We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89fcc08 commit d5eb177Copy full SHA for d5eb177
1 file changed
.github/workflows/release.yml
@@ -12,8 +12,9 @@ jobs:
12
strategy:
13
matrix:
14
destination:
15
- - { name: "ubuntu-aarch64", os: ubuntu-22.04-arm }
16
- - { name: "ubuntu-x86_64", os: ubuntu-22.04 }
+ # - Swiftly is failing to install these so commenting out for now
+ # - { name: "ubuntu-aarch64", os: ubuntu-22.04-arm }
17
+ # - { name: "ubuntu-x86_64", os: ubuntu-22.04 }
18
- { name: "macos-universal", os: macos-15 }
19
steps:
20
- if: startsWith(matrix.destination.name, 'ubuntu')
0 commit comments