From 462e65e3430610ba7eaa9c463ab8064dd88143d3 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Fri, 12 Jan 2024 16:40:59 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4e67607..afcbba43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,12 +35,12 @@ jobs: strategy: matrix: include: - - { toolchain: wasm-5.5.0-RELEASE } + - { toolchain: wasm-5.7.1-RELEASE } steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: echo "${{ matrix.toolchain }}" > .swift-version - - uses: swiftwasm/swiftwasm-action@v5.5 + - uses: swiftwasm/swiftwasm-action@v5.7 with: shell-action: swift build @@ -66,4 +66,4 @@ jobs: # this issue is fixed 5.9 so we can remove the if once # that is generally available. if: ${{ matrix.config == 'debug' }} - run: swift test \ No newline at end of file + run: swift test