Skip to content

Commit b0d7be2

Browse files
authored
Merge pull request #76 from OpenVoxProject/macos_26
Macos 26
2 parents 6f40358 + 73e0172 commit b0d7be2

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)