Skip to content

Commit

Permalink
Generate artifacts on Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark2000 committed Dec 27, 2024
1 parent 50184a6 commit 9e686eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
build-ubuntu-latest-wheels:
name: Build ubuntu-latest wheels
needs: wait_for_version_bump
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
Expand All @@ -66,7 +66,7 @@ jobs:
pip wheel . -v --wheel-dir /tmp/wheelhouse
- uses: actions/upload-artifact@v4
with:
name: basilisk-wheels_ubuntu-latest_python${{ matrix.python-version }}
name: basilisk-wheels_ubuntu-22.04_python${{ matrix.python-version }}
path: /tmp/wheelhouse/**/Basilisk*.whl


Expand Down

0 comments on commit 9e686eb

Please sign in to comment.