We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0813b commit b4dfd94Copy full SHA for b4dfd94
.github/workflows/publish.yml
@@ -13,10 +13,10 @@ jobs:
13
config:
14
- name: mobdap-linux-x86_64
15
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
+ - name: mobdap-linux-arm64
+ os: ubuntu-24.04-arm
+ - name: mobdap-windows-x86_64
+ os: windows-latest
20
- name: mobdap-macos-arm64
21
os: macos-latest
22
runs-on: ${{ matrix.config.os }}
0 commit comments