Change CI ubuntu version
This commit is contained in:
parent
155c3577c3
commit
45a36f3222
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
name: Create release
|
name: Create release
|
||||||
if: contains(github.ref, '/tags/')
|
if: contains(github.ref, '/tags/')
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- name: Create release
|
- name: Create release
|
||||||
id: create_release
|
id: create_release
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
config:
|
config:
|
||||||
- { name: "win64", os: windows-latest }
|
- { name: "win64", os: windows-latest }
|
||||||
- { name: "win32", os: windows-latest }
|
- { name: "win32", os: windows-latest }
|
||||||
- { name: "linux", os: ubuntu-16.04 }
|
- { name: "linux", os: ubuntu-18.04 }
|
||||||
# - { name: "macos", os: macos-latest }
|
# - { name: "macos", os: macos-latest }
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user