Skip to content

Commit

Permalink
Upgrade macOS runner image to macOS 13
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
austinvazquez committed Oct 7, 2024
1 parent 02b65bc commit 8e82ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]
os: [ubuntu-22.04, macos-13, windows-2022]

steps:
- uses: actions/setup-go@v4
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]
os: [ubuntu-22.04, macos-13, windows-2022]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8e82ae4

Please sign in to comment.