Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik committed Oct 15, 2023
1 parent 1d96851 commit 055fe08
Showing 1 changed file with 142 additions and 142 deletions.
284 changes: 142 additions & 142 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,83 +37,83 @@ jobs:
matrix:
config:
# NOTE: When updating this list, also update the 'test' job!
- os-image: ubuntu-latest
os-name: linux
docker-image: quay.io/pypa/manylinux2014_x86_64
python-version: '3.7'
numpy-version: '1.14.*'
- os-image: ubuntu-latest
os-name: linux
docker-image: quay.io/pypa/manylinux2014_x86_64
python-version: '3.8'
numpy-version: '1.17.*'
- os-image: ubuntu-latest
os-name: linux
docker-image: quay.io/pypa/manylinux2014_x86_64
python-version: '3.9'
numpy-version: '1.19.*'
- os-image: ubuntu-latest
os-name: linux
docker-image: quay.io/pypa/manylinux2014_x86_64
python-version: '3.10'
numpy-version: '1.21.*'
- os-image: ubuntu-latest
os-name: linux
docker-image: quay.io/pypa/manylinux2014_x86_64
python-version: '3.11'
numpy-version: '1.23.*'

- os-image: macos-11
os-name: mac
macos-min-version: '10.9'
python-version: '3.7'
numpy-version: '1.14.*'
- os-image: macos-11
os-name: mac
macos-min-version: '10.9'
python-version: '3.8'
numpy-version: '1.17.*'
- os-image: macos-11
os-name: mac
macos-min-version: '10.9'
python-version: '3.9'
numpy-version: '1.19.*'
- os-image: macos-11
os-name: mac
macos-min-version: '10.9'
python-version: '3.10'
numpy-version: '1.21.*'
# - os-image: ubuntu-latest
# os-name: linux
# docker-image: quay.io/pypa/manylinux2014_x86_64
# python-version: '3.7'
# numpy-version: '1.14.*'
# - os-image: ubuntu-latest
# os-name: linux
# docker-image: quay.io/pypa/manylinux2014_x86_64
# python-version: '3.8'
# numpy-version: '1.17.*'
# - os-image: ubuntu-latest
# os-name: linux
# docker-image: quay.io/pypa/manylinux2014_x86_64
# python-version: '3.9'
# numpy-version: '1.19.*'
# - os-image: ubuntu-latest
# os-name: linux
# docker-image: quay.io/pypa/manylinux2014_x86_64
# python-version: '3.10'
# numpy-version: '1.21.*'
# - os-image: ubuntu-latest
# os-name: linux
# docker-image: quay.io/pypa/manylinux2014_x86_64
# python-version: '3.11'
# numpy-version: '1.23.*'

# - os-image: macos-11
# os-name: mac
# macos-min-version: '10.9'
# python-version: '3.7'
# numpy-version: '1.14.*'
# - os-image: macos-11
# os-name: mac
# macos-min-version: '10.9'
# python-version: '3.8'
# numpy-version: '1.17.*'
# - os-image: macos-11
# os-name: mac
# macos-min-version: '10.9'
# python-version: '3.9'
# numpy-version: '1.19.*'
# - os-image: macos-11
# os-name: mac
# macos-min-version: '10.9'
# python-version: '3.10'
# numpy-version: '1.21.*'
- os-image: macos-11
os-name: mac
macos-min-version: '10.9'
python-version: '3.11'
numpy-version: '1.23.*'

- os-image: windows-latest
os-name: windows
python-version: '3.7'
python-arch: '64'
numpy-version: '1.14.*'
- os-image: windows-latest
os-name: windows
python-version: '3.8'
python-arch: '64'
numpy-version: '1.17.*'
- os-image: windows-latest
os-name: windows
python-version: '3.9'
python-arch: '64'
numpy-version: '1.19.*'
- os-image: windows-latest
os-name: windows
python-version: '3.10'
python-arch: '64'
numpy-version: '1.21.*'
- os-image: windows-latest
os-name: windows
python-version: '3.11'
python-arch: '64'
numpy-version: '1.23.*'
# - os-image: windows-latest
# os-name: windows
# python-version: '3.7'
# python-arch: '64'
# numpy-version: '1.14.*'
# - os-image: windows-latest
# os-name: windows
# python-version: '3.8'
# python-arch: '64'
# numpy-version: '1.17.*'
# - os-image: windows-latest
# os-name: windows
# python-version: '3.9'
# python-arch: '64'
# numpy-version: '1.19.*'
# - os-image: windows-latest
# os-name: windows
# python-version: '3.10'
# python-arch: '64'
# numpy-version: '1.21.*'
# - os-image: windows-latest
# os-name: windows
# python-version: '3.11'
# python-arch: '64'
# numpy-version: '1.23.*'

permissions:
security-events: write
Expand Down Expand Up @@ -182,83 +182,83 @@ jobs:
# GitHub Actions doesn't support YAML anchors,
# so this has to be duplicated here.
config:
- os-image: ubuntu-latest
os-name: linux
docker-image: quay.io/pypa/manylinux2014_x86_64
python-version: '3.7'
numpy-version: '1.14.*'
- os-image: ubuntu-latest
os-name: linux
docker-image: quay.io/pypa/manylinux2014_x86_64
python-version: '3.8'
numpy-version: '1.17.*'
- os-image: ubuntu-latest
os-name: linux
docker-image: quay.io/pypa/manylinux2014_x86_64
python-version: '3.9'
numpy-version: '1.19.*'
- os-image: ubuntu-latest
os-name: linux
docker-image: quay.io/pypa/manylinux2014_x86_64
python-version: '3.10'
numpy-version: '1.21.*'
- os-image: ubuntu-latest
os-name: linux
docker-image: quay.io/pypa/manylinux2014_x86_64
python-version: '3.11'
numpy-version: '1.23.*'

- os-image: macos-11
os-name: mac
macos-min-version: '10.9'
python-version: '3.7'
numpy-version: '1.14.*'
- os-image: macos-11
os-name: mac
macos-min-version: '10.9'
python-version: '3.8'
numpy-version: '1.17.*'
- os-image: macos-11
os-name: mac
macos-min-version: '10.9'
python-version: '3.9'
numpy-version: '1.19.*'
- os-image: macos-11
os-name: mac
macos-min-version: '10.9'
python-version: '3.10'
numpy-version: '1.21.*'
# - os-image: ubuntu-latest
# os-name: linux
# docker-image: quay.io/pypa/manylinux2014_x86_64
# python-version: '3.7'
# numpy-version: '1.14.*'
# - os-image: ubuntu-latest
# os-name: linux
# docker-image: quay.io/pypa/manylinux2014_x86_64
# python-version: '3.8'
# numpy-version: '1.17.*'
# - os-image: ubuntu-latest
# os-name: linux
# docker-image: quay.io/pypa/manylinux2014_x86_64
# python-version: '3.9'
# numpy-version: '1.19.*'
# - os-image: ubuntu-latest
# os-name: linux
# docker-image: quay.io/pypa/manylinux2014_x86_64
# python-version: '3.10'
# numpy-version: '1.21.*'
# - os-image: ubuntu-latest
# os-name: linux
# docker-image: quay.io/pypa/manylinux2014_x86_64
# python-version: '3.11'
# numpy-version: '1.23.*'

# - os-image: macos-11
# os-name: mac
# macos-min-version: '10.9'
# python-version: '3.7'
# numpy-version: '1.14.*'
# - os-image: macos-11
# os-name: mac
# macos-min-version: '10.9'
# python-version: '3.8'
# numpy-version: '1.17.*'
# - os-image: macos-11
# os-name: mac
# macos-min-version: '10.9'
# python-version: '3.9'
# numpy-version: '1.19.*'
# - os-image: macos-11
# os-name: mac
# macos-min-version: '10.9'
# python-version: '3.10'
# numpy-version: '1.21.*'
- os-image: macos-11
os-name: mac
macos-min-version: '10.9'
python-version: '3.11'
numpy-version: '1.23.*'

- os-image: windows-latest
os-name: windows
python-version: '3.7'
python-arch: '64'
numpy-version: '1.14.*'
- os-image: windows-latest
os-name: windows
python-version: '3.8'
python-arch: '64'
numpy-version: '1.17.*'
- os-image: windows-latest
os-name: windows
python-version: '3.9'
python-arch: '64'
numpy-version: '1.19.*'
- os-image: windows-latest
os-name: windows
python-version: '3.10'
python-arch: '64'
numpy-version: '1.21.*'
- os-image: windows-latest
os-name: windows
python-version: '3.11'
python-arch: '64'
numpy-version: '1.23.*'
# - os-image: windows-latest
# os-name: windows
# python-version: '3.7'
# python-arch: '64'
# numpy-version: '1.14.*'
# - os-image: windows-latest
# os-name: windows
# python-version: '3.8'
# python-arch: '64'
# numpy-version: '1.17.*'
# - os-image: windows-latest
# os-name: windows
# python-version: '3.9'
# python-arch: '64'
# numpy-version: '1.19.*'
# - os-image: windows-latest
# os-name: windows
# python-version: '3.10'
# python-arch: '64'
# numpy-version: '1.21.*'
# - os-image: windows-latest
# os-name: windows
# python-version: '3.11'
# python-arch: '64'
# numpy-version: '1.23.*'

runs-on: ${{ matrix.config.os-image }}
container: ${{ matrix.config.docker-image }}
Expand Down

0 comments on commit 055fe08

Please sign in to comment.