Skip to content

Commit

Permalink
use macos-12 in CI due to removal of macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Jul 7, 2024
1 parent 0534258 commit 4b6ee97
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,31 +63,31 @@ jobs:
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: macos-11
- os-image: macos-12
os-name: mac
arch: x86_64
macos-min-version: '10.9'
python-version: '3.8'
numpy-version: '1.17.*'
- os-image: macos-11
- os-image: macos-12
os-name: mac
arch: x86_64
macos-min-version: '10.9'
python-version: '3.9'
numpy-version: '1.19.*'
- os-image: macos-11
- os-image: macos-12
os-name: mac
arch: x86_64
macos-min-version: '10.9'
python-version: '3.10'
numpy-version: '1.21.*'
- os-image: macos-11
- os-image: macos-12
os-name: mac
arch: x86_64
macos-min-version: '10.9'
python-version: '3.11'
numpy-version: '1.23.*'
- os-image: macos-11
- os-image: macos-12
os-name: mac
arch: x86_64
macos-min-version: '10.9'
Expand Down Expand Up @@ -233,31 +233,31 @@ jobs:
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: macos-11
- os-image: macos-12
os-name: mac
arch: x86_64
macos-min-version: '10.9'
python-version: '3.8'
numpy-version: '1.17.*'
- os-image: macos-11
- os-image: macos-12
os-name: mac
arch: x86_64
macos-min-version: '10.9'
python-version: '3.9'
numpy-version: '1.19.*'
- os-image: macos-11
- os-image: macos-12
os-name: mac
arch: x86_64
macos-min-version: '10.9'
python-version: '3.10'
numpy-version: '1.21.*'
- os-image: macos-11
- os-image: macos-12
os-name: mac
arch: x86_64
macos-min-version: '10.9'
python-version: '3.11'
numpy-version: '1.23.*'
- os-image: macos-11
- os-image: macos-12
os-name: mac
arch: x86_64
macos-min-version: '10.9'
Expand Down

0 comments on commit 4b6ee97

Please sign in to comment.