Skip to content

Commit

Permalink
Use macOS-latest in unit-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tushuhei authored Apr 26, 2024
1 parent 1e094ac commit 255e12e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Fixing to macos-13 due to https://github.com/actions/setup-python/issues/850
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9, '3.10', '3.11']
steps:
- name: Harden Runner
Expand Down

0 comments on commit 255e12e

Please sign in to comment.