We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8361ad8 commit 16b55e9Copy full SHA for 16b55e9
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
include:
12
- name: darwin64
13
- image: macos-14
+ image: macos-15
14
cmake-args: -G "Unix Makefiles" -D CMAKE_OSX_ARCHITECTURES=x86_64
15
runs-on: ${{ matrix.image }}
16
steps:
0 commit comments