Skip to content

Commit

Permalink
move back to ubuntu-20-04
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Aug 22, 2024
1 parent ec9363b commit c0e1f8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
test:
name: Run Unittest
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['3.9', '3.10', '3.11', '3.12']
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

release:
name: Create Github release
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
needs: test
if: startsWith(github.event.ref, 'refs/tags/v') && endsWith(github.event.ref, '.0')

Expand All @@ -96,7 +96,7 @@ jobs:

publish:
name: Publish to PyPi
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
needs: test
if: startsWith(github.event.ref, 'refs/tags/v')

Expand Down

0 comments on commit c0e1f8d

Please sign in to comment.