Skip to content

Commit

Permalink
BLD: tune ubuntu version for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Nov 24, 2022
1 parent 0529a22 commit cefc2c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-xtgeo-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
cibw_python: [cp36, cp37, cp38, cp39, cp310]
os:
- runs_on: ubuntu-latest
- runs_on: ubuntu-20.04 # upgrade to u-latest when 3.6 is deprecated in xtgeo
cibw_image: manylinux_x86_64
- runs_on: windows-latest
cibw_image: win_amd64
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ jobs:
fast:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10"]
os: [ubuntu-latest]
include:
- os: ubuntu-20.04
python-version: 3.6
- os: macos-latest
python-version: 3.6
- os: macos-latest
Expand Down

0 comments on commit cefc2c9

Please sign in to comment.