Skip to content

Commit 9db3473

Browse files
committed
gh-actions: run in both m1/intel macos
1 parent 9284dd4 commit 9db3473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
os: [ubuntu-20.04, macos-latest, windows-latest]
9+
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
1010
steps:
1111
- uses: actions/checkout@v1
1212

0 commit comments

Comments
 (0)