Skip to content

Commit

Permalink
revert python update, use legacy ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenHeu committed Jan 15, 2025
1 parent 5232c8c commit 54b0ca9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autodeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
max-parallel: 4
matrix:
python-version: [3.13.1]
python-version: [3.7]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
max-parallel: 4
matrix:
python-version: [3.13.1]
python-version: [3.7]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 54b0ca9

Please sign in to comment.