Skip to content

Commit

Permalink
revert runner to ubuntu 20.04 for as long as we need to test python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed Jul 2, 2024
1 parent 48f2e61 commit fb15c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exporter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
test:
runs-on: ubuntu-24.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.8, 3.11]
Expand Down

0 comments on commit fb15c72

Please sign in to comment.