Skip to content

Commit f9158f3

Browse files
committed
nix: update builder to macos-12
11 has some issues: NixOS/nixpkgs#269548
1 parent d14d915 commit f9158f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
arch: x86_64-linux
1414
- os: ubuntu-latest
1515
arch: aarch64-linux
16-
- os: macos-11
16+
- os: macos-12
1717
arch: x86_64-darwin
1818
name: Build Nix - ${{ matrix.arch }}.${{ matrix.os }}
1919
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)