Skip to content

Commit 7887cf6

Browse files
committed
CI: Remove macos-15 builder
Fails at the "Install Nix"-step with: ``` ~~> Setting up the build user _nixbld1 <main> attribute status: eDSRecordAlreadyExists <dscl_cmd> DS Error: -14135 (eDSRecordAlreadyExists) ```
1 parent 610fa61 commit 7887cf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cabal-in-nix-shell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build_init:
99
strategy:
1010
matrix:
11-
os: [ubuntu-22.04, ubuntu-20.04, macos-13, macos-14, macos-15]
11+
os: [ubuntu-22.04, ubuntu-20.04, macos-13, macos-14] # TODO: add macos-15 once "Install Nix"-step works
1212
fail-fast: false
1313
runs-on: ${{ matrix.os }}
1414
steps:

.github/workflows/nix-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
nix-build:
99
strategy:
1010
matrix:
11-
os: [ubuntu-22.04, ubuntu-20.04, macos-13, macos-14, macos-15]
11+
os: [ubuntu-22.04, ubuntu-20.04, macos-13, macos-14] # TODO: add macos-15 once "Install Nix"-step works
1212
runs-on: ${{ matrix.os }}
1313
permissions:
1414
contents: read

0 commit comments

Comments
 (0)