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 c9d1760 commit eefda62Copy full SHA for eefda62
.github/workflows/pre-release-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- os: ["macos-latest", "ubuntu-20.04"]
+ os: ["macos-latest", "ubuntu-latest"]
18
env:
19
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
20
steps:
bors.toml
@@ -1,6 +1,6 @@
1
status = [
2
'integration-tests on macos-latest',
3
- 'integration-tests on ubuntu-20.04',
+ 'integration-tests on ubuntu-latest',
4
'linter-check'
5
]
6
# 1 hour timeout
0 commit comments