Skip to content

Commit 5c73223

Browse files
author
jan.nijtmans
committed
It appears that not all testcases are adapted for macos-15 yet, so for now use macos-14
1 parent b319730 commit 5c73223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mac-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
ERROR_ON_FAILURES: 1
1414
jobs:
1515
xcode:
16-
runs-on: macos-15
16+
runs-on: macos-14
1717
defaults:
1818
run:
1919
shell: bash
@@ -57,7 +57,7 @@ jobs:
5757
fi
5858
timeout-minutes: 30
5959
clang:
60-
runs-on: macos-15
60+
runs-on: macos-14
6161
strategy:
6262
matrix:
6363
symbols:

0 commit comments

Comments
 (0)