mirror of
https://github.com/adnanh/webhook.git
synced 2026-09-24 12:39:41 +08:00
ci: update Go matrix for macOS 26 (#764)
This commit is contained in:
@@ -10,15 +10,19 @@ jobs:
|
|||||||
# one that the Go command has upgraded to automatically.
|
# one that the Go command has upgraded to automatically.
|
||||||
GOTOOLCHAIN: local
|
GOTOOLCHAIN: local
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.21.x, 1.22.x]
|
go-version: [1.21.x, 1.22.x]
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
|
include:
|
||||||
|
- go-version: 1.26.x
|
||||||
|
os: macos-latest
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v7
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
id: go
|
id: go
|
||||||
|
|||||||
Reference in New Issue
Block a user