Skip to content

Commit 901cad6

Browse files
authored
chore: bump runners (#82)
- macos-12 is not supported anymore (actions/runner-images#10721) - ubuntu-24.04 is now the latest version
1 parent f6c90fc commit 901cad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
go-version: [ "1.19", "1.20", "1.21", "1.22" ]
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)