Skip to content

Commit 73e0172

Browse files
committed
Build MacOS on macos-26
macos-latest is still 15. We should be building on 26 to ensure compatibility. Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
1 parent 6f40358 commit 73e0172

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_vanagon.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ jobs:
9494
for platform in "${platforms[@]}"; do
9595
case "$platform" in
9696
macos-*-x86_64)
97-
runner="macos-latest"
97+
runner="macos-26"
9898
shell="arch -x86_64 /bin/bash -e {0}"
9999
;;
100100
macos-*-arm64)
101-
runner="macos-latest"
101+
runner="macos-26"
102102
shell="bash"
103103
;;
104104
windows-*)

0 commit comments

Comments
 (0)