containerd / continuity

A transport-agnostic, filesystem metadata manifest system
https://containerd.io
Apache License 2.0
137 stars 66 forks source link

Update GitHub Actions runner images #216

Closed austinvazquez closed 1 year ago

austinvazquez commented 1 year ago

Resolves deprecation warnings in CI by moving macOS from 10.15 to 12.

Signed-off-by: Austin Vazquez macedonv@amazon.com

estesp commented 1 year ago

Does anyone from the Windows side have an opinion on whether it's better to test both windows-2019 and windows-2022 or OK to move to windows-2022 only? @kevpar?

kevpar commented 1 year ago

Does anyone from the Windows side have an opinion on whether it's better to test both windows-2019 and windows-2022 or OK to move to windows-2022 only? @kevpar?

I'd recommend we keep both windows-2019 and windows-2022 for the time being. There are a lot of container users still on 2019.

austinvazquez commented 1 year ago

Does anyone from the Windows side have an opinion on whether it's better to test both windows-2019 and windows-2022 or OK to move to windows-2022 only? @kevpar?

I'd recommend we keep both windows-2019 and windows-2022 for the time being. There are a lot of container users still on 2019.

Sounds good. Thanks @kevpar. Will revert and add the new Windows runner to the testing matrix.