Skip to content

Commit b4dfd94

Browse files
committed
re-enable linux-arm and windows builds
1 parent 2f0813b commit b4dfd94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
config:
1414
- name: mobdap-linux-x86_64
1515
os: ubuntu-24.04
16-
# - name: mobdap-linux-arm64
17-
# os: ubuntu-24.04-arm
18-
# - name: mobdap-windows-x86_64
19-
# os: windows-latest
16+
- name: mobdap-linux-arm64
17+
os: ubuntu-24.04-arm
18+
- name: mobdap-windows-x86_64
19+
os: windows-latest
2020
- name: mobdap-macos-arm64
2121
os: macos-latest
2222
runs-on: ${{ matrix.config.os }}

0 commit comments

Comments
 (0)