Skip to content

Commit ad9c903

Browse files
committed
Update GitHub Actions runner images
Resolves deprecation warnings in CI by moving macOS from 10.15 to 12. Adds windows-2022 to testing matrix. Signed-off-by: Austin Vazquez <[email protected]>
1 parent 2a963a2 commit ad9c903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
strategy:
4141
matrix:
42-
os: [ubuntu-22.04, macos-10.15, windows-2019]
42+
os: [ubuntu-22.04, macos-12, windows-2019, windows-2022]
4343

4444
steps:
4545
- name: Set up Go

0 commit comments

Comments
 (0)