Skip to content

Commit dc1f55c

Browse files
Fix macOS x64 runners (#13)
1 parent 6e04e8e commit dc1f55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
version: ['lts', '1.11', 'nightly']
22-
os: [ubuntu-latest, macOS-latest, windows-latest]
22+
os: [ubuntu-latest, macOS-13, windows-latest]
2323
arch: [x64]
2424
include:
2525
- version: 'lts'

0 commit comments

Comments
 (0)