Skip to content

Commit e309bf1

Browse files
committed
Use macos-15-intel instead of macos-13
1 parent d152fe1 commit e309bf1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-deps-ci-action.yml

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

158158
macos-dependencies:
159159
name: MacOS
160-
runs-on: ${{ matrix.arch == 'x86_64' && 'macos-13' || 'macos-14' }}
160+
runs-on: ${{ matrix.arch == 'x86_64' && 'macos-15-intel' || 'macos-14' }}
161161
if: ${{ toJSON(fromJSON(inputs.matrix)['macos']) != '[]' }}
162162
timeout-minutes: 90
163163
strategy:

.github/workflows/build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
env:
282282
PIP_INDEX_URL: https://pypi.org/simple
283283
runs-on:
284-
- ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-13' }}
284+
- ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-15-intel' }}
285285

286286
steps:
287287
- name: Check Package Signing Enabled

.github/workflows/build-salt-onedir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
matrix:
110110
include: ${{ fromJSON(inputs.matrix)['macos'] }}
111111
runs-on:
112-
- ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-13' }}
112+
- ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-15-intel' }}
113113
env:
114114
PIP_INDEX_URL: https://pypi.org/simple
115115
USE_S3_CACHE: 'false'

0 commit comments

Comments
 (0)