Skip to content

Commit 61df20a

Browse files
authored
Merge pull request #345 from kkebo/ci-arm64
2 parents 6796c61 + 56a2047 commit 61df20a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swiftwasm.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
checksum: 1bc46ee00a9e0c23feaba085533b83903a5fe3991596689928efd9df1de757ea
2424
artifact-name: swift-format-threads.wasm
2525
other-wasmopt-flags: --enable-threads
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-24.04-arm
2727
container: swiftlang/swift:nightly-main-noble@sha256:2d76e55473e8f2295137027de5aa0e0f8032bd60484f033d3e958cf588b00d4c
2828
env:
2929
STACK_SIZE: 524288
@@ -52,7 +52,7 @@ jobs:
5252
other-wasmtime-flags:
5353
- artifact-name: swift-format-threads.wasm
5454
other-wasmtime-flags: --wasi threads
55-
runs-on: ubuntu-latest
55+
runs-on: ubuntu-24.04-arm
5656
container: swiftlang/swift:nightly-main-noble@sha256:2d76e55473e8f2295137027de5aa0e0f8032bd60484f033d3e958cf588b00d4c
5757
steps:
5858
- uses: actions/checkout@v4
@@ -82,7 +82,7 @@ jobs:
8282
url: https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2025-04-03-a/swift-wasm-DEVELOPMENT-SNAPSHOT-2025-04-03-a-wasm32-unknown-wasip1-threads.artifactbundle.zip
8383
checksum: 1bc46ee00a9e0c23feaba085533b83903a5fe3991596689928efd9df1de757ea
8484
other-wasmtime-flags: --wasi threads
85-
runs-on: ubuntu-latest
85+
runs-on: ubuntu-24.04-arm
8686
container: swiftlang/swift:nightly-main-noble@sha256:2d76e55473e8f2295137027de5aa0e0f8032bd60484f033d3e958cf588b00d4c
8787
env:
8888
STACK_SIZE: 4194304

0 commit comments

Comments
 (0)