Skip to content

Commit 449e41f

Browse files
committed
Fix the macos runs-on
1 parent 23811de commit 449e41f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
strategy:
4141
matrix:
4242
include:
43-
- { sys: macos-13, arch: intel}
44-
- { sys: macos-latest, arch: arm64}
45-
runs-on: windows-latest
43+
- { os: macos-13, arch: intel}
44+
- { os: macos-latest, arch: arm64}
45+
runs-on: ${{ matrix.os }}
4646
steps:
4747
- name: Check out repository code
4848
uses: actions/checkout@v4

0 commit comments

Comments
 (0)