Skip to content

Commit

Permalink
ci: rollback to ubuntu-20 for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
imLinguin committed Sep 17, 2024
1 parent 2efea0f commit 0ba3c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-24.04', 'windows-latest', 'macos-13', 'macos-14']
os: ['ubuntu-20.04', 'windows-latest', 'macos-13', 'macos-14']
fail-fast: false
max-parallel: 3

Expand Down

0 comments on commit 0ba3c18

Please sign in to comment.