Skip to content

Commit 94521c5

Browse files
update ci os to ubuntu 20.04
1 parent 393ee6a commit 94521c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: test
77
strategy:
88
matrix:
9-
os: [ubuntu-18.04, macos-latest] # macos-latest disabled to save quota
9+
os: [ubuntu-20.04, macos-latest] # macos-latest disabled to save quota
1010
python-version: [3.8]
1111
fail-fast: false
1212
steps:

.github/workflows/nightly_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- cron: "0 12 * * *"
88
jobs:
99
tests:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-20.04
1111
name: test
1212
strategy:
1313
fail-fast: false

0 commit comments

Comments
 (0)