Skip to content

Commit a48f42d

Browse files
committed
chore: migrate GitHub macos runners
actions/runner-images#13046
1 parent 5a2cff6 commit a48f42d

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)