Change GitHub Actions to run on Ubuntu 18.04
This commit is contained in:
2
.github/workflows/release.linux_static.yml
vendored
2
.github/workflows/release.linux_static.yml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
name: release (linux/static)
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user