Skip to content

Commit

Permalink
Merge pull request #128 from kkebo/downgrade-from-noble-to-jammy
Browse files Browse the repository at this point in the history
ci: downgrade from noble to jammy
  • Loading branch information
kkebo authored Nov 3, 2024
2 parents efa49fa + 0347124 commit eacd22c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/swiftwasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
container: swift:6.0.2-noble
container: swift:6.0.2-jammy
env:
STACK_SIZE: 524288
steps:
Expand All @@ -32,13 +32,11 @@ jobs:
path: swift-format.wasm
test:
runs-on: ubuntu-latest
container: swift:6.0.2-noble
container: swift:6.0.2-jammy
env:
STACK_SIZE: 4194304
steps:
- uses: actions/checkout@v4
- name: Install tools
run: apt-get update && apt-get install --no-install-recommends -y xz-utils
- uses: bytecodealliance/actions/wasmtime/setup@v1
with:
version: "26.0.0"
Expand Down

0 comments on commit eacd22c

Please sign in to comment.