Skip to content

Commit 44533a8

Browse files
committed
Merge branch 'main' into prio-trie-test
2 parents 22ffdcc + c6152cf commit 44533a8

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)