Skip to content

Commit 5305b03

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 ac00c7b commit 5305b03

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
- uses: actions/checkout@v4
@@ -191,7 +191,7 @@ jobs:
191191

192192
strategy:
193193
matrix:
194-
os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-12, windows-2019, windows-2022]
194+
os: [ubuntu-20.04, actuated-arm64-4cpu-16gb, macos-13, windows-2019, windows-2022]
195195
go-version: ["1.22.7", "1.23.1"]
196196
steps:
197197
- uses: actions/checkout@v4
@@ -610,7 +610,7 @@ jobs:
610610

611611
tests-mac-os:
612612
name: MacOS unit tests
613-
runs-on: macos-12
613+
runs-on: macos-13
614614
timeout-minutes: 10
615615
needs: [project, linters, protos, man]
616616
env:

0 commit comments

Comments
 (0)