Skip to content

Commit 2c55ba1

Browse files
authored
feat: run build and flakes jobs on more OS-s (#291)
1 parent 2f84eb7 commit 2c55ba1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
os: [ ubuntu-20.04, macos-latest ]
14+
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12 ]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
2828
flakes:
2929
strategy:
3030
matrix:
31-
os: [ ubuntu-20.04 ] # macos-latest is not working right now
31+
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12 ]
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)