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 85ad43c commit 614d5c9Copy full SHA for 614d5c9
.github/workflows/base-tests.yaml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
os:
14
- macos-latest
15
- - ubuntu-20.04
+ - ubuntu-latest
16
steps:
17
- name: Check out repository
18
uses: actions/checkout@v4
.github/workflows/tests.yaml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
tests:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
strategy:
fail-fast: false
0 commit comments