Skip to content

Commit

Permalink
CI: Run emscripten test on Ubuntu 20.04
Browse files Browse the repository at this point in the history
Python 3.10.2 isn't available on 22.04
  • Loading branch information
messense committed Dec 2, 2022
1 parent 7109a05 commit 2b4fe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
test-emscripten:
name: Test Emscripten
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
PYODIDE_VERSION: '0.21.3'
PYTHON_VERSION: '3.10.2'
Expand Down

0 comments on commit 2b4fe04

Please sign in to comment.