Skip to content

Commit

Permalink
specify macos-13 runner for test (#521)
Browse files Browse the repository at this point in the history
* use macos-13 for test

* test macos-14-large

* use macos-13
  • Loading branch information
samanhappy authored May 8, 2024
1 parent aae62e8 commit 70773a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
steps:
- name: Checkout Source Code
uses: actions/checkout@v4
Expand Down

0 comments on commit 70773a1

Please sign in to comment.