Skip to content

Commit 52ce0f6

Browse files
authored
Revert macOS Intel runner from macos-26-intel to macos-15-intel (#5162)
The macos-26-intel runners are highly unstable. Reverting to macos-15-intel until the instability is resolved.
1 parent ecf59a1 commit 52ce0f6

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.github/actionlint.yaml

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

.github/workflows/nightlies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.
171171

172172
x86_macos:
173-
runs-on: macos-26-intel
173+
runs-on: macos-15-intel
174174

175175
name: x86-64-apple-darwin
176176
steps:
@@ -183,7 +183,7 @@ jobs:
183183
path: |
184184
build/libs
185185
lib/llvm/src/compiler-rt/lib/builtins
186-
key: libs-x86-macos-26-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
186+
key: libs-x86-macos-15-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
187187
- name: Build Libs
188188
if: steps.restore-libs.outputs.cache-hit != 'true'
189189
run: make libs build_flags=-j2
@@ -194,7 +194,7 @@ jobs:
194194
path: |
195195
build/libs
196196
lib/llvm/src/compiler-rt/lib/builtins
197-
key: libs-x86-macos-26-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
197+
key: libs-x86-macos-15-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
198198
- name: Install Cloudsmith
199199
run: pip3 install --break-system-packages --upgrade cloudsmith-cli
200200
- name: Nightly

.github/workflows/ponyc-tier2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
x86_64-macos:
241241
needs: check-for-changes
242242
if: needs.check-for-changes.outputs.has-changes == 'true'
243-
runs-on: macos-26-intel
243+
runs-on: macos-15-intel
244244

245245
name: x86-64 Apple Darwin
246246
steps:
@@ -255,7 +255,7 @@ jobs:
255255
path: |
256256
build/libs
257257
lib/llvm/src/compiler-rt/lib/builtins
258-
key: libs-x86-macos-26-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
258+
key: libs-x86-macos-15-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
259259
- name: Build Libs
260260
if: steps.restore-libs.outputs.cache-hit != 'true'
261261
run: make libs build_flags=-j2

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
needs:
179179
- pre-artefact-creation
180180

181-
runs-on: macos-26-intel
181+
runs-on: macos-15-intel
182182

183183
name: x86-64-apple-darwin
184184
steps:
@@ -191,7 +191,7 @@ jobs:
191191
path: |
192192
build/libs
193193
lib/llvm/src/compiler-rt/lib/builtins
194-
key: libs-x86-macos-26-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
194+
key: libs-x86-macos-15-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
195195
- name: Build Libs
196196
if: steps.restore-libs.outputs.cache-hit != 'true'
197197
run: make libs build_flags=-j2
@@ -202,7 +202,7 @@ jobs:
202202
path: |
203203
build/libs
204204
lib/llvm/src/compiler-rt/lib/builtins
205-
key: libs-x86-macos-26-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
205+
key: libs-x86-macos-15-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
206206
- name: Install Cloudsmith
207207
run: pip3 install --break-system-packages --upgrade cloudsmith-cli
208208
- name: Release

.github/workflows/stress-test-tcp-open-close-macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
x86_64-macos:
19-
runs-on: macos-26-intel
19+
runs-on: macos-15-intel
2020

2121
strategy:
2222
fail-fast: false
@@ -44,7 +44,7 @@ jobs:
4444
path: |
4545
build/libs
4646
lib/llvm/src/compiler-rt/lib/builtins
47-
key: libs-x86-macos-26-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
47+
key: libs-x86-macos-15-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
4848
- name: Build Libs
4949
if: steps.restore-libs.outputs.cache-hit != 'true'
5050
run: make libs build_flags=-j2
@@ -55,7 +55,7 @@ jobs:
5555
path: |
5656
build/libs
5757
lib/llvm/src/compiler-rt/lib/builtins
58-
key: libs-x86-macos-26-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
58+
key: libs-x86-macos-15-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
5959
- name: Build Debug Runtime
6060
run: |
6161
make configure arch=x86-64 config=debug

.github/workflows/stress-test-ubench-macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
x86_64-macos:
19-
runs-on: macos-26-intel
19+
runs-on: macos-15-intel
2020

2121
strategy:
2222
fail-fast: false
@@ -44,7 +44,7 @@ jobs:
4444
path: |
4545
build/libs
4646
lib/llvm/src/compiler-rt/lib/builtins
47-
key: libs-x86-macos-26-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
47+
key: libs-x86-macos-15-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
4848
- name: Build Libs
4949
if: steps.restore-libs.outputs.cache-hit != 'true'
5050
run: make libs build_flags=-j2
@@ -55,7 +55,7 @@ jobs:
5555
path: |
5656
build/libs
5757
lib/llvm/src/compiler-rt/lib/builtins
58-
key: libs-x86-macos-26-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
58+
key: libs-x86-macos-15-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
5959
- name: Build Debug Runtime
6060
run: |
6161
make configure arch=x86-64 config=debug

.github/workflows/update-lib-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
make libs build_flags=-j8
103103
104104
x86_64-macos:
105-
runs-on: macos-26-intel
105+
runs-on: macos-15-intel
106106

107107
name: x86-64 Apple Darwin
108108
steps:
@@ -115,7 +115,7 @@ jobs:
115115
path: |
116116
build/libs
117117
lib/llvm/src/compiler-rt/lib/builtins
118-
key: libs-x86-macos-26-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
118+
key: libs-x86-macos-15-intel-${{ hashFiles('Makefile', 'CMakeLists.txt', 'lib/CMakeLists.txt', 'lib/llvm/patches/*') }}
119119
- name: Build Libs
120120
if: steps.restore-libs.outputs.cache-hit != 'true'
121121
run: make libs build_flags=-j2

0 commit comments

Comments
 (0)