Skip to content

Commit

Permalink
Update GitHub Actions runner images
Browse files Browse the repository at this point in the history
Resolves deprecation warnings in CI by moving macOS from 10.15 to 12.

Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez committed Feb 24, 2023
1 parent 2a963a2 commit 25fe169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

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

steps:
- name: Set up Go
Expand Down

0 comments on commit 25fe169

Please sign in to comment.