Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #196 from nulano/gha-ubuntu
Browse files Browse the repository at this point in the history
Change workflow to use ubuntu-20.04
  • Loading branch information
radarhere authored May 9, 2021
2 parents 2b95a2f + fde9899 commit 99993ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ "ubuntu-16.04", "macos-latest" ]
os: [ "ubuntu-20.04", "macos-latest" ]
python: [ "pypy3.7-7.3.3","pypy3.6-7.3.3", "3.6", "3.7", "3.8", "3.9" ]
platform: [ "x86_64", "i686" ]
macos-target: [ "10.10" ]
Expand All @@ -26,8 +26,8 @@ jobs:
include:
- os: "macos-latest"
os-name: "osx"
- os: "ubuntu-16.04"
os-name: "xenial"
- os: "ubuntu-20.04"
os-name: "focal"
# Disable whilst not available
# - os: "macos-11.0"
# os-name: "osx"
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ "ubuntu-16.04", "macos-latest" ]
os: [ "ubuntu-20.04", "macos-latest" ]
python: [ "pypy3.7-7.3.3", "pypy3.6-7.3.3", "3.6", "3.7", "3.8", "3.9" ]
platform: [ "x86_64", "i686" ]
macos-target: [ "10.10" ]
Expand All @@ -75,8 +75,8 @@ jobs:
include:
- os: "macos-latest"
os-name: "osx"
- os: "ubuntu-16.04"
os-name: "xenial"
- os: "ubuntu-20.04"
os-name: "focal"
- os: "macos-11.0"
os-name: "osx"
platform: "arm64"
Expand Down

0 comments on commit 99993ca

Please sign in to comment.