Skip to content

Commit f052bd7

Browse files
thewtexhjmjohnson
authored andcommitted
COMP: Migrate macos runners from macos-13 to macos-15-intel
macos-13 (an Intel runner) will not be available after December 2025. Note: on Azure Pipelines macos-15 is also an Intel runner.
1 parent 96e01b5 commit f052bd7

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/pixi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
timeout-minutes: 0
3333
strategy:
3434
matrix:
35-
os: [ubuntu-22.04, windows-2022, macos-13, macos-14]
35+
os: [ubuntu-22.04, windows-2022, macos-15-intel, macos-14]
3636
steps:
3737
- name: Checkout
3838
uses: actions/checkout@v4

Testing/ContinuousIntegration/AzurePipelinesMacOS.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
timeoutInMinutes: 0
3232
cancelTimeoutInMinutes: 300
3333
pool:
34-
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
35-
vmImage: macos-13
34+
vmImage: macos-15
3635
steps:
3736
- checkout: self
3837
clean: true

Testing/ContinuousIntegration/AzurePipelinesMacOSPython.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
timeoutInMinutes: 0
3232
cancelTimeoutInMinutes: 300
3333
pool:
34-
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
35-
vmImage: macos-13
34+
vmImage: macos-15
3635
steps:
3736
- checkout: self
3837
clean: true

0 commit comments

Comments
 (0)