Skip to content

Commit ac9281e

Browse files
committed
Removes deprecated MacOS runner
1 parent 3c54f69 commit ac9281e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nix-flake-check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [macos-13, macos-14, ubuntu-22.04]
22+
os: [macos-14, macos-15-intel, ubuntu-22.04]
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- name: 📥 Checkout repository
@@ -37,4 +37,5 @@ jobs:
3737
accept-flake-config = true
3838
- name: nix-flake-check
3939
run: |
40+
nix show-config
4041
nix --show-trace -L flake check

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
outputs =
2727
inputs@{
28-
self,
2928
nixpkgs,
3029
flake-parts,
3130
...

0 commit comments

Comments
 (0)