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 40fabca commit 6372da5Copy full SHA for 6372da5
.github/workflows/build.yaml
@@ -9,7 +9,7 @@ jobs:
9
build-nix:
10
strategy:
11
matrix:
12
- os: [ ubuntu-22, macos-12 ]
+ os: [ ubuntu-22.04, macos-12 ]
13
runs-on: ${{ matrix.os }}
14
15
steps:
0 commit comments