Skip to content

Commit 9547006

Browse files
committed
.github/workflows: temporary use macOS-15
Since WillAbides/setup-go-faster failed with macOS-latest.
1 parent cee0d2c commit 9547006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
11+
os: ["windows-latest", "ubuntu-latest", "macOS-15"]
1212
go: ["1.24.x"]
1313
runs-on: ${{ matrix.os }}
1414
steps:

0 commit comments

Comments
 (0)