Skip to content

Commit 4e0a04c

Browse files
committed
...
1 parent f7079e4 commit 4e0a04c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, windows-latest, windows-11-arm, macOS-latest, macos-14]
14+
os: [macOS-latest, macos-14]
1515
version: [branch@test]
1616

1717
runs-on: ${{ matrix.os }}
@@ -31,6 +31,7 @@ jobs:
3131

3232
- name: Run tests
3333
run: |
34+
sw_vers -productVersion
3435
xmake --version
3536
cd tests/sample
3637
xmake -y -vD

0 commit comments

Comments
 (0)