Skip to content

Commit

Permalink
Change to use macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Apr 20, 2024
1 parent 681ffee commit b461b9d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yaml
Expand Up @@ -42,9 +42,9 @@ jobs:
os: ubuntu-22.04
use-cross: true
- target: aarch64-apple-darwin
os: macos-12
os: macos-14
- target: x86_64-apple-darwin
os: macos-12
os: macos-14
- target: aarch64-pc-windows-msvc
os: windows-2022
- target: x86_64-pc-windows-msvc
Expand Down
28 changes: 23 additions & 5 deletions .github/workflows/CI.yaml
Expand Up @@ -21,16 +21,16 @@ jobs:
matrix:
target:
- x86_64-unknown-linux-gnu
- x86_64-apple-darwin
- aarch64-apple-darwin
- x86_64-pc-windows-msvc
toolchain:
- 1.74.0 # MSRV
- stable
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-22.04
- target: x86_64-apple-darwin
os: macos-12
- target: aarch64-apple-darwin
os: macos-14
- target: x86_64-pc-windows-msvc
os: windows-2022
steps:
Expand Down Expand Up @@ -98,14 +98,32 @@ jobs:
matrix:
os:
- ubuntu-22.04
- macos-12
- macos-14
- windows-2022
rust-version:
- 1.74.0 # MSRV
- stable
python-version:
- "3.8"
- "3.12" # latest version
include:
- os: ubuntu-22.04
rust-version: 1.74.0 # MSRV
python-version: "3.8"
- os: ubuntu-22.04
rust-version: stable
python-version: "3.8"
- os: macos-14
rust-version: 1.74.0 # MSRV
python-version: "3.10"
- os: macos-14
rust-version: stable
python-version: "3.10"
- os: windows-2022
rust-version: 1.74.0 # MSRV
python-version: "3.8"
- os: windows-2022
rust-version: stable
python-version: "3.8"
steps:
- name: Set Git to use LF
if: matrix.os == 'windows-2022'
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/release_python.yaml
Expand Up @@ -63,20 +63,16 @@ jobs:

macos:
name: Build wheels for macOS
runs-on: macos-12
runs-on: macos-14
strategy:
matrix:
target:
- aarch64
- x86_64
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12" # latest version
- "pypy3.8"
- "pypy3.9"
- "pypy3.10" # latest version
steps:
- name: Checkout code
Expand Down

0 comments on commit b461b9d

Please sign in to comment.