Skip to content

Commit 212d87e

Browse files
authored
chore: migrate GitHub macos runners (#24341)
We migrate from `macos-13` to `macOS-15-intel` since `macos-13` stopped working. See actions/runner-images#13046 for more details.
2 parents c43caf5 + a48f42d commit 212d87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-launchers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
mac-x86_64:
4747
name: Deploy and Test on Mac x64 architecture
48-
runs-on: macos-13
48+
runs-on: macos-15-intel
4949
if: (github.event_name == 'pull_request' && !contains(github.event.pull_request.body, '[skip ci]') ) ||
5050
(github.event_name == 'workflow_dispatch' && github.repository == 'scala/scala3' )
5151
steps:

0 commit comments

Comments
 (0)