Skip to content

Commit acbf18e

Browse files
committed
[ci] Switch to macos-15-intel runner
Change the release flow to use a newer macOS Intel runner. The macos 13 runner is both deprecated and is having issues building `circt-verilog` due to Slang's use of C++20 features. Signed-off-by: Schuyler Eldridge <[email protected]>
1 parent 16f9191 commit acbf18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/bin/uploadReleaseArtifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ EOF
176176
configMacOsRunner=$(cat <<EOF
177177
[
178178
{
179-
"runner": "macos-13",
179+
"runner": "macos-15-intel",
180180
"cmake_c_compiler": "clang",
181181
"cmake_cxx_compiler": "clang++"
182182
}

0 commit comments

Comments
 (0)