We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f84eb7 commit 2c55ba1Copy full SHA for 2c55ba1
1 file changed
.github/workflows/nix.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
strategy:
13
matrix:
14
- os: [ ubuntu-20.04, macos-latest ]
+ os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12 ]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
28
flakes:
29
30
31
- os: [ ubuntu-20.04 ] # macos-latest is not working right now
32
33
34
0 commit comments