Skip to content

Commit 8c8e68c

Browse files
authored
Upgrade all macOS Intel workflow runners to macOS 15 (#15840) (#117)
Motivation: GitHub has deprecated the macOS 13 runners and will be removing them. Details in actions/runner-images#13046 Modification: Replace the runner OS for all Intel Mac builds with macos-15-intel. Result: MacOS builds now run on the latest and last version of MacOS that will have Intel support.
1 parent 3c79e9f commit 8c8e68c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
matrix:
9494
include:
9595
- setup: macos-x86_64
96-
os: macos-13
96+
os: macos-15-intel
9797
- setup: macos-aarch64
9898
os: macos-15
9999

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
matrix:
111111
include:
112112
- setup: macos-x86_64-java8
113-
os: macos-13
113+
os: macos-15-intel
114114
- setup: macos-aarch64-java8
115115
os: macos-15
116116

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
matrix:
175175
include:
176176
- setup: macos-x86_64
177-
os: macos-13
177+
os: macos-15-intel
178178
- setup: macos-aarch64
179179
os: macos-15
180180
needs: prepare-release

0 commit comments

Comments
 (0)