Skip to content

Commit

Permalink
fix CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Jul 1, 2024
1 parent bb4cc26 commit 1908d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-20.04, windows-2019, macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1908d80

Please sign in to comment.