Skip to content

Commit

Permalink
Update wheel.yml: Ubuntu 18 -> Ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik authored Apr 24, 2023
1 parent bf1118c commit bf004b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["macos-11","windows-2019","ubuntu-18.04"]
os: ["macos-11","windows-2019","ubuntu-20.04"]

steps:
- uses: actions/checkout@v3
Expand All @@ -24,4 +24,4 @@ jobs:
CIBW_ARCHS_MACOS: x86_64 universal2
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl
path: ./wheelhouse/*.whl

0 comments on commit bf004b0

Please sign in to comment.