Skip to content

Commit ddc3a26

Browse files
authored
Update MacOS Intel runners to MacOS 15 (#340)
The MacOS 13 runners are going away soon. GitHub will provide new MacOS 15 Intel runners until August 2027.
1 parent 1899874 commit ddc3a26

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/actionlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
self-hosted-runner:
33
labels:
44
- windows-11-arm
5+
- macos-15-intel

.github/workflows/breakage-against-macos-x86-ponyc-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
vs-ponyc-main-macos:
1212
name: Verify main against ponyc main on x86-64 macOS
13-
runs-on: macos-13
13+
runs-on: macos-15-intel
1414
steps:
1515
- uses: actions/[email protected]
1616
- name: install pony tools

.github/workflows/nightlies.yml

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

136136
x86-64-apple-darwin-nightly:
137137
name: Build and upload x86-64-apple-darwin-nightly to Cloudsmith
138-
runs-on: macos-13
138+
runs-on: macos-15-intel
139139
steps:
140140
- uses: actions/[email protected]
141141
- name: install pony tools

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167

168168
x86-64-macos-bootstrap:
169169
name: x86-64 MacOS bootstrap
170-
runs-on: macos-13
170+
runs-on: macos-15-intel
171171
steps:
172172
- uses: actions/[email protected]
173173
- name: Install dependencies
@@ -217,7 +217,7 @@ jobs:
217217

218218
x86-64-macos:
219219
name: x86-64 MacOS tests
220-
runs-on: macos-13
220+
runs-on: macos-15-intel
221221
steps:
222222
- uses: actions/[email protected]
223223
- name: install pony tools

.github/workflows/release.yml

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

7575
x86-64-apple-darwin-release:
7676
name: Build and upload x86-64-apple-darwin to Cloudsmith
77-
runs-on: macos-13
77+
runs-on: macos-15-intel
7878
needs:
7979
- pre-artefact-creation
8080
steps:

0 commit comments

Comments
 (0)