Skip to content

Commit

Permalink
Update runners
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Dec 29, 2023
1 parent bbce57f commit d29775e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04, macos-11, macos-12]
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Test
shell: cmd /C call {0}
run: pytest . --reruns 5
run: pytest . --reruns 5
working-directory: test

emscripten_wasm:
Expand Down

0 comments on commit d29775e

Please sign in to comment.