Skip to content

Commit

Permalink
Trying to revert to known version of ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Dec 10, 2024
1 parent 9dd0bd5 commit 2142582
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,17 @@ permissions:

jobs:
linux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
target: [x86_64, x86, aarch64, armv7, ppc64le]
version: ['3.9', '3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }} on ${{ matrix.target }}
- name: Setup Python on ${{ matrix.target }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.version }}
python-version: ">=3.9"

# - name: Fix openssl regression
# run: cargo update openssl-src --precise 300.3.1+3.3.1
Expand Down

0 comments on commit 2142582

Please sign in to comment.