Skip to content

Commit 1c96f23

Browse files
committed
Update runner images to macOS13
This change upgrades the runner images in CI to macOS 13. macOS 12 runners are being deprecated. See actions/runner-images#10721 for more information. Signed-off-by: Austin Vazquez <[email protected]> (cherry picked from commit 7b18098) Signed-off-by: Austin Vazquez <[email protected]>
1 parent dec6115 commit 1c96f23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
strategy:
2828
matrix:
29-
os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-12, windows-2019]
29+
os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-13, windows-2019]
3030

3131
steps:
3232
- name: Install dependencies
@@ -217,7 +217,7 @@ jobs:
217217

218218
strategy:
219219
matrix:
220-
os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-12, windows-2019, windows-2022]
220+
os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-13, windows-2019, windows-2022]
221221
go-version: ["1.22.7", "1.23.1"]
222222
steps:
223223
- name: Install dependencies
@@ -485,7 +485,7 @@ jobs:
485485
486486
tests-mac-os:
487487
name: MacOS unit tests
488-
runs-on: macos-12
488+
runs-on: macos-13
489489
timeout-minutes: 10
490490
needs: [linters, protos, man]
491491
env:

0 commit comments

Comments
 (0)