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 5ea6176 commit 1c16143Copy full SHA for 1c16143
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
build-and-test:
12
strategy:
13
matrix:
14
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-22.04, macos-latest, windows-latest]
15
fail-fast: false
16
17
runs-on: ${{ matrix.os }}
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
build-release:
18
19
20
0 commit comments