Skip to content

Commit

Permalink
EBR-40 Increase mac version
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Apr 4, 2024
1 parent 12d4bbd commit 008c10e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macOS-12 ]
os: [ ubuntu-latest, windows-latest, macOS-13 ]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macOS-11]
os: [ubuntu-latest, windows-latest, macOS-13]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 008c10e

Please sign in to comment.