Skip to content

Commit

Permalink
ci: Update CI.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Dec 5, 2024
1 parent e3829c2 commit 8d5a5e1
Showing 1 changed file with 32 additions and 18 deletions.
50 changes: 32 additions & 18 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,27 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
target:
- x86_64-unknown-linux-gnu
- aarch64-apple-darwin
- x86_64-pc-windows-msvc
toolchain:
- 1.74.0 # MSRV
os-alias:
- ubuntu
- macos
- windows
toolchain-alias:
- msrv
- stable
include:
- target: x86_64-unknown-linux-gnu
- os-alias: ubuntu
os: ubuntu-24.04
- target: aarch64-apple-darwin
target: x86_64-unknown-linux-gnu
- os-alias: macos
os: macos-14
- target: x86_64-pc-windows-msvc
target: aarch64-apple-darwin
- os-alias: windows
os: windows-2022
target: x86_64-pc-windows-msvc
- toolchain-alias: msrv
toolchain: 1.74.0
- toolchain-alias: stable
toolchain: stable
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -55,20 +62,27 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
target:
- x86_64-unknown-linux-gnu
- aarch64-apple-darwin
- x86_64-pc-windows-msvc
toolchain:
- 1.74.0
os-alias:
- ubuntu
- macos
- windows
toolchain-alias:
- msrv
- stable
include:
- target: x86_64-unknown-linux-gnu
- os-alias: ubuntu
os: ubuntu-24.04
- target: aarch64-apple-darwin
target: x86_64-unknown-linux-gnu
- os-alias: macos
os: macos-14
- target: x86_64-pc-windows-msvc
target: aarch64-apple-darwin
- os-alias: windows
os: windows-2022
target: x86_64-pc-windows-msvc
- toolchain-alias: msrv
toolchain: 1.74.0
- toolchain-alias: stable
toolchain: stable
steps:
- name: Set Git to use LF
if: matrix.os == 'windows-2022'
Expand Down

0 comments on commit 8d5a5e1

Please # to comment.