Skip to content

Commit

Permalink
perf: ⚡️ update jobs os due to macOS-12 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoQi99 committed Nov 29, 2024
1 parent cc139a6 commit 5470c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-12, windows-2022]
os: [ubuntu-20.04, macos-13, windows-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 5470c2c

Please sign in to comment.