Skip to content

Commit

Permalink
chore(CI): Bump from macOS 12 to 13 (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Nov 4, 2024
1 parent 9cddd41 commit abfca22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_test-vector-handler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-12
- macos-13
python:
- 3.8
- 3.x
Expand All @@ -34,7 +34,7 @@ jobs:
# x86 builds are only meaningful for Windows
- os: ubuntu-latest
architecture: x86
- os: macos-12
- os: macos-13
architecture: x86
steps:
- uses: aws-actions/configure-aws-credentials@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-12
- macos-13
python:
- 3.8
- 3.9
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
# x86 builds are only meaningful for Windows
- os: ubuntu-latest
architecture: x86
- os: macos-12
- os: macos-13
architecture: x86
# MPL is not supported on <3.11
- python: 3.7
Expand Down

0 comments on commit abfca22

Please sign in to comment.