Skip to content

Commit

Permalink
Use pyoxidizer 0.23.0 in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Apr 15, 2024
1 parent 4afeaf1 commit 9b41fe0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
Linux-x86:
runs-on: ubuntu-latest
container: ghcr.io/gi0baro/pyoxidizer:0.24.0-musl
container: ghcr.io/gi0baro/pyoxidizer:0.23.0-musl

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
# - uses: uraimo/run-on-arch-action@v2
# name: Build release
# with:
# base_image: --platform=linux/arm64 ghcr.io/gi0baro/pyoxidizer:0.24.0-gnu
# base_image: --platform=linux/arm64 ghcr.io/gi0baro/pyoxidizer:0.23.0-gnu
# env: |
# BUILD_VERSION: ${{ steps.build_version.outputs.version }}
# run: |
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
python-version: "3.10"
- name: Install PyOxidizer
run: |
pip install pyoxidizer==0.24.0
pip install pyoxidizer==0.23.0
- name: Build x86_64 release
run: |
make build_mac ARCH=x86_64-apple-darwin
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
python-version: "3.10"
- name: Install PyOxidizer
run: |
pip install pyoxidizer==0.24.0
pip install pyoxidizer==0.23.0
- name: Build aarch64 release
run: |
make build_mac ARCH=aarch64-apple-darwin
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
python-version: "3.10"
- name: Install PyOxidizer
run: |
pip install pyoxidizer==0.24.0
pip install pyoxidizer==0.23.0
- name: Build release
run: |
make build_win
Expand Down

0 comments on commit 9b41fe0

Please sign in to comment.