Skip to content

Commit 4dbaf5b

Browse files
authored
Update MacOS Intel runners to MacOS 15 (#286)
Github is getting rid of the MacOS 13 Intel runners. They added a MacOS 15 Intel runner that will be around til August 2027.
1 parent 94f4521 commit 4dbaf5b

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
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
macos:
1212
name: Verify main against the latest ponyc on macOS
13-
runs-on: macos-13
13+
runs-on: macos-15-intel
1414
steps:
1515
- uses: actions/checkout@v4.1.1
1616
- name: install ponyc

.github/workflows/nightlies.yml

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

130130
x86-64-apple-darwin-nightly:
131131
name: Build and upload x86-64-apple-darwin-nightly to Cloudsmith
132-
runs-on: macos-13
132+
runs-on: macos-15-intel
133133
steps:
134134
- uses: actions/checkout@v4.1.1
135135
- name: install ponyc

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
x86_macos:
9898
name: x86_64 MacOS
99-
runs-on: macos-13
99+
runs-on: macos-15-intel
100100
steps:
101101
- uses: actions/checkout@v4.1.1
102102
- name: install ponyc

.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-release 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)