Skip to content

Commit 7e2496b

Browse files
committed
Build on swift 5.9
1 parent 4506a06 commit 7e2496b

File tree

2 files changed

+3
-41
lines changed

2 files changed

+3
-41
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on: push
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8-
container: ghcr.io/swiftwasm/swift:5.7
8+
container: ghcr.io/swiftwasm/swift:5.9
99

1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212

1313
- run: swift --version
1414

15-
- run: swift build -c debug --triple wasm32-unknown-wasi
15+
- run: swift build -c debug --triple wasm32-unknown-wasi

.github/workflows/codeql.yml

-38
This file was deleted.

0 commit comments

Comments
 (0)