Skip to content

Commit 759df41

Browse files
committed
CI: use the latest macOS
With a more recent clang.
1 parent 28a14da commit 759df41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-tools.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
{"name": "Linux Clang 18", "os": "ubuntu-latest", "cmake_env": "CC=clang-18"},
1717
{"name": "Linux GCC 9", "os": "ubuntu-20.04", "cmake_env": "CC=gcc-9"},
1818
{"name": "Linux Clang 10", "os": "ubuntu-20.04", "cmake_env": "CC=clang-10"},
19-
{"name": "macOS arm64", "os": "macos-latest", "cmake_env": "CMAKE_OSX_ARCHITECTURES=arm64"},
20-
{"name": "macOS x86_64", "os": "macos-latest", "cmake_env": "CMAKE_OSX_ARCHITECTURES=x86_64"},
19+
{"name": "macOS arm64", "os": "macos-15", "cmake_env": "CMAKE_OSX_ARCHITECTURES=arm64"},
20+
{"name": "macOS x86_64", "os": "macos-15", "cmake_env": "CMAKE_OSX_ARCHITECTURES=x86_64"},
2121
{"name": "Windows", "os": "windows-latest"},
2222
]
2323
include:

0 commit comments

Comments
 (0)