diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a35ffff4f..ed3a54ef3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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']