Skip to content

Commit

Permalink
Build on swift 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Mar 19, 2024
1 parent 4506a06 commit 7e2496b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 41 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on: push
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/swiftwasm/swift:5.7
container: ghcr.io/swiftwasm/swift:5.9

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: swift --version

- run: swift build -c debug --triple wasm32-unknown-wasi
- run: swift build -c debug --triple wasm32-unknown-wasi
38 changes: 0 additions & 38 deletions .github/workflows/codeql.yml

This file was deleted.

0 comments on commit 7e2496b

Please sign in to comment.