Skip to content

Commit 6880cfc

Browse files
committed
Bump macOS runners
1 parent d674d2a commit 6880cfc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/buildtest.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
strategy:
7676
matrix:
7777
config:
78-
- {name: "XCode 14.3, Intel, fetch, intree, Release",
79-
distro: "macos-13",
80-
xcode: "14.3",
78+
- {name: "XCode Latest, Intel, fetch, intree, Release",
79+
distro: "macos-15-intel",
80+
xcode: "latest-stable",
8181
build_type: "Release",
8282
never_fetch_storm: "OFF"
8383
}
@@ -87,15 +87,15 @@ jobs:
8787
build_type: "Release",
8888
never_fetch_storm: "OFF"
8989
}
90-
- {name: "XCode 16.3, ARM, fetch, intree, Debug",
90+
- {name: "XCode Latest, ARM, fetch, intree, Debug",
9191
distro: "macos-15",
92-
xcode: "16.3",
92+
xcode: "latest-stable",
9393
build_type: "Debug",
9494
never_fetch_storm: "OFF"
9595
}
96-
- {name: "XCode 16.3, ARM, fetch, intree, Release",
96+
- {name: "XCode Latest, ARM, fetch, intree, Release",
9797
distro: "macos-15",
98-
xcode: "16.3",
98+
xcode: "latest-stable",
9999
build_type: "Release",
100100
never_fetch_storm: "OFF"
101101
}

0 commit comments

Comments
 (0)