Skip to content

Commit e3a0fec

Browse files
authored
Replace macos-latest with the specific macos-15 (#7718)
Prefer explicit updates of runner version. No change in the actual macos runner used at this time. Follow up to #7716 and #7709
1 parent 357ac93 commit e3a0fec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
matrix:
7676
python-version: ['3.11', '3.12', '3.13']
77-
runs-on: macos-latest
77+
runs-on: macos-15
7878
steps:
7979
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8080
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319
strategy:
320320
matrix:
321321
python-version: ['3.11', '3.12', '3.13']
322-
runs-on: macos-latest
322+
runs-on: macos-15
323323
steps:
324324
- name: Check out source repository
325325
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)