use ubuntu image for wasm fix

This commit is contained in:
Nick Seguin 2023-12-10 02:58:04 -06:00
parent 166cbb1deb
commit 4fc938314d

View file

@ -9,7 +9,7 @@ jobs:
build: build:
runs-on: docker runs-on: docker
container: container:
image: nseguin42/forgejo-runner:v1 image: nseguin42/forgejo-runner:ubuntu
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: install pnpm - name: install pnpm