Skip to content

Commit

Permalink
chore: upgrade Python fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Sep 16, 2024
1 parent 6c5c194 commit 4b3ba3e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,28 +50,28 @@ jobs:
matrix:
include:
- os: macos-13 # X86
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.10.15"
PUBLISH_RELEASE: false
- os: macos-latest # ARM
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.10.15"
PUBLISH_RELEASE: false
- os: ubuntu-latest
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.10.15"
PUBLISH_RELEASE: false
- os: windows-latest
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.10.15"
PUBLISH_RELEASE: false
- os: macos-13 # X86
PYTHON_VERSION: "3.12.1"
PYTHON_VERSION: "3.12.6"
PUBLISH_RELEASE: true
- os: macos-latest # ARM
PYTHON_VERSION: "3.12.1"
PYTHON_VERSION: "3.12.6"
PUBLISH_RELEASE: true
- os: ubuntu-latest
PYTHON_VERSION: "3.12.1"
PYTHON_VERSION: "3.12.6"
PUBLISH_RELEASE: true
- os: windows-latest
PYTHON_VERSION: "3.12.1"
PYTHON_VERSION: "3.12.6"
PUBLISH_RELEASE: true

runs-on: ${{ matrix.os }} # https://github.com/actions/runner-images#available-images
Expand Down

0 comments on commit 4b3ba3e

Please sign in to comment.