Skip to content

Commit

Permalink
update gh actions macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Feb 3, 2025
1 parent 2aa5a93 commit 342ecbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
# matrixed execution for parallel gh-action performance increases
python_version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-22.04, macos-13]
os: [ubuntu-22.04, macos-14]
runs-on: ${{ matrix.os }}
env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit 342ecbc

Please sign in to comment.