Skip to content

Commit 0ffe75a

Browse files
authored
chore: bump runners (#65)
- macos-12 is not supported anymore (actions/runner-images#10721) - ubuntu-24.04 is now the latest version
2 parents af6770f + cca6600 commit 0ffe75a

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
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
go-version: [ '1.17', '1.18', '1.19', '1.20', '1.21', '1.22', '1.23']
17-
os: [ ubuntu-22.04, macos-12, windows-2022 ]
17+
os: [ ubuntu-24.04, macos-14, windows-2022 ]
1818

1919
runs-on: ${{ matrix.os }}
2020

0 commit comments

Comments
 (0)