Skip to content

Commit

Permalink
MAINT: pin ubuntu and python for emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip authored and charris committed Dec 1, 2022
1 parent 43a4319 commit 0c68003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/emscripten.yml
Expand Up @@ -18,15 +18,15 @@ permissions:

jobs:
build-wasm-emscripten:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository == 'numpy/numpy'
env:
PYODIDE_VERSION: 0.22.0a3
# PYTHON_VERSION and EMSCRIPTEN_VERSION are determined by PYODIDE_VERSION.
# The appropriate versions can be found in the Pyodide repodata.json
# "info" field, or in Makefile.envs:
# https://github.com/pyodide/pyodide/blob/main/Makefile.envs#L2
PYTHON_VERSION: 3.10.2
PYTHON_VERSION: 3.10.7
EMSCRIPTEN_VERSION: 3.1.24
NODE_VERSION: 18
steps:
Expand Down

0 comments on commit 0c68003

Please sign in to comment.