We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393ee6a commit 94521c5Copy full SHA for 94521c5
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
name: test
7
strategy:
8
matrix:
9
- os: [ubuntu-18.04, macos-latest] # macos-latest disabled to save quota
+ os: [ubuntu-20.04, macos-latest] # macos-latest disabled to save quota
10
python-version: [3.8]
11
fail-fast: false
12
steps:
.github/workflows/nightly_release.yml
@@ -7,7 +7,7 @@ on:
- cron: "0 12 * * *"
jobs:
tests:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
13
0 commit comments