Skip to content

Commit

Permalink
ci: go back to the latest version of each OS for building the Python …
Browse files Browse the repository at this point in the history
…library

The issue mentioned in #255 is not related to the OS used. Also stop building the Python library with Python 3.8 and 3.9 which are pretty old anyways.
  • Loading branch information
plusvic committed Nov 29, 2024
1 parent 595a2bd commit c816fb3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,24 +97,22 @@ jobs:
fail-fast: false
matrix:
python-version:
- cp39
- pp38
- pp39
- cp310
- pp310
build:
- linux
- macos
- windows
include:
- build: linux
os: ubuntu-22.04
os: ubuntu-latest

- build: macos
os: macos-13
os: macos-latest
arch: 'arm64 x86_64'

- build: windows
os: windows-2022
os: windows-latest
arch: 'x86 AMD64'

steps:
Expand Down

0 comments on commit c816fb3

Please sign in to comment.