1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: remove macos-10.15 runner (affected by a brownout, and scheduled to be removed in 12/1/2022)

See: https://github.com/actions/runner-images/issues/5583
The brownouts for this runner image, will get increasingly more frequent.
This commit is contained in:
Delyan Angelov 2022-09-16 21:01:48 +03:00
parent 0b6924ebfb
commit 0992914bd6
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -53,7 +53,7 @@ jobs:
matrix:
os: [
ubuntu-18.04, ubuntu-20.04,
macos-10.15, macos-11, macos-12,
macos-11, macos-12,
windows-2019, windows-2022
]
runs-on: ${{ matrix.os }}