Skip to content

Commit

Permalink
Fixes container and image run specs
Browse files Browse the repository at this point in the history
  • Loading branch information
calebwherry committed Oct 20, 2023
1 parent 94966e8 commit 87c0d6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,8 @@ jobs:
smoke-test-wasm64:
needs: ['build-linux']
runs-on: linux-latest
container:
image: node:latest
runs-on: ubuntu-latest
container: node:latest
steps:
- name: Download Artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 87c0d6a

Please sign in to comment.