Skip to content

Commit d6391a8

Browse files
Switch github runner to macos-14 (m1)
1 parent 3b9c572 commit d6391a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build-and-test:
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, macos-latest, windows-latest]
12+
os: [ubuntu-latest, macos-14, windows-latest]
1313
go-version: ["1.21", "1.22"]
1414
include:
1515
- os: ubuntu-latest

0 commit comments

Comments
 (0)