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 b51d9f5 commit ff62918
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,24 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-24.04
- macos-14
- windows-2022
go-version:
- "1.22" # Go version
- "stable"
os-alias:
- ubuntu
- macos
- windows
go-version-alias:
- minimum
- stable
include:
- os-alias: ubuntu
os: ubuntu-24.04
- os-alias: macos
os: macos-14
- os-alias: windows
os: windows-2022
- go-version-alias: minimum
go-version: "1.22"
- go-version-alias: stable
go-version: "stable"
steps:
- name: Set Git to use LF
if: matrix.os == 'windows-2022'
Expand Down

0 comments on commit ff62918

Please sign in to comment.