Skip to content

Commit

Permalink
Bump to use macos-13 from macos-12 as 12 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Dec 17, 2024
1 parent 1ef88e6 commit 59319a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, macos-12, windows-2022]
os: [ubuntu-20.04, macos-13, windows-2022]

# if changing the below change the run-integration-tests versions and the check-deploy versions
# Make sure that we are running the integration tests on the first and last versions of the matrix
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, macos-12, windows-2022]
os: [ubuntu-20.04, macos-13, windows-2022]

# python versions should be consistent with the strategy matrix and the runs-integration-tests versions
python: ['3.9', '3.10', '3.11', '3.12']
Expand Down

0 comments on commit 59319a0

Please sign in to comment.