Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrijken authored Jan 7, 2025
1 parent 6e65541 commit 7ebccb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ permissions:

jobs:
linux:
runs-on: ubuntu-latest
# Use Ubuntu 20.04 here, because latest (22.04) uses OpenSSL v3.
# Currently, OpenSSL v3 causes compile issues with openssl-sys
runs-on: ubuntu-20.04
strategy:
matrix:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
steps:
- name: Install openssl-dev
run: sudo apt-get install -y openssl-dev
- uses: actions/checkout@v3
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit 7ebccb3

Please sign in to comment.