Skip to content

Commit 08e19dc

Browse files
committed
Update workflows
1 parent ec902cc commit 08e19dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-18.04, windows-latest]
19+
os: [ubuntu-20.04, windows-latest]
2020

2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
build_type: [Release]
20-
os: [ubuntu-18.04, windows-latest]
20+
os: [ubuntu-20.04, windows-latest]
2121
include:
22-
- os: ubuntu-18.04
22+
- os: ubuntu-20.04
2323
build_type: Debug
2424
config_flags: "-DUSE_ASAN=ON"
2525
deps: libasan6

.github/workflows/publish-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
gather-source:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-20.04
1212
steps:
1313
- uses: actions/checkout@v2
1414
with:

0 commit comments

Comments
 (0)