We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4506a06 commit 7e2496bCopy full SHA for 7e2496b
.github/workflows/build.yml
@@ -5,11 +5,11 @@ on: push
5
jobs:
6
build:
7
runs-on: ubuntu-latest
8
- container: ghcr.io/swiftwasm/swift:5.7
+ container: ghcr.io/swiftwasm/swift:5.9
9
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
13
- run: swift --version
14
15
- - run: swift build -c debug --triple wasm32-unknown-wasi
+ - run: swift build -c debug --triple wasm32-unknown-wasi
.github/workflows/codeql.yml
0 commit comments