We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee0d2c commit 9547006Copy full SHA for 9547006
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
+ os: ["windows-latest", "ubuntu-latest", "macOS-15"]
12
go: ["1.24.x"]
13
runs-on: ${{ matrix.os }}
14
steps:
0 commit comments