Skip to content

Commit f3834a3

Browse files
committed
testing: only run arm
1 parent 9aee6cc commit f3834a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14-
- os: macos-13
14+
# - os: macos-13
1515
# - os: macos-latest
1616
# - os: ubuntu-20.04-xl
17-
# - os: ubuntu-22.04-arm
17+
- os: ubuntu-22.04-arm
1818
# - os: windows-latest
19-
# - os: windows-11-arm
19+
- os: windows-11-arm
2020
steps:
2121
- uses: actions/checkout@v4
2222

0 commit comments

Comments
 (0)