Skip to content

Commit 8423f50

Browse files
committed
Update MacOS Intel runners to MacOS 15
The MacOS 13 runners are going away soon. GitHub will provide new MacOS 15 Intel runners until August 2027.
1 parent 1899874 commit 8423f50

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.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/checkout@v4.1.1
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/checkout@v4.1.1
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/checkout@v4.1.1
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/checkout@v4.1.1
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)