Skip to content

Commit 8f5dd08

Browse files
authored
update macOS runners to use 'macos-15-intel' in build workflow (#1297)
* update macOS runners to use 'macos-15-intel' in build workflow
1 parent 4c72283 commit 8f5dd08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
os: [ubuntu-22.04, macos-13, windows-2022]
54+
os: [ubuntu-22.04, macos-15-intel, windows-2022]
5555

5656
# if changing the below change the run-integration-tests versions and the check-deploy versions
5757
# Make sure that we are running the integration tests on the first and last versions of the matrix
@@ -486,7 +486,7 @@ jobs:
486486

487487
strategy:
488488
matrix:
489-
os: [ubuntu-24.04, macos-13, windows-2022]
489+
os: [ubuntu-24.04, macos-15-intel, windows-2022]
490490

491491
# python versions should be consistent with the strategy matrix and the runs-integration-tests versions
492492
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]

0 commit comments

Comments
 (0)