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.
Adds windows-2022 to testing matrix.

Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
austinvazquez committed Feb 27, 2023
1 parent 2a963a2 commit ad9c903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
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-2019, windows-2022]

steps:
- name: Set up Go
Expand Down

0 comments on commit ad9c903

Please sign in to comment.