Skip to content

Commit 2aeff42

Browse files
committed
replace macos-12 with macos-13 in CI
because macos-12 will be removed soon. We still need tests on Intel Mac. actions/runner-images#10721
1 parent c71a576 commit 2aeff42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Unit tests
77
strategy:
88
matrix:
9-
os: [ubuntu-latest, macos-latest, windows-latest, macos-12]
9+
os: [ubuntu-latest, macos-latest, windows-latest, macos-13]
1010
go: ['1.22', '1.23']
1111
runs-on: ${{ matrix.os }}
1212
steps:

0 commit comments

Comments
 (0)