ci: Update macos runner

The GitHub Actions macos-10.15 runner image is now deprecated, and GitHub
Actions has begun to temporarily fail jobs referencing it during brownout
periods. The image will be fully unsupported by 2022-12-01, which is just about
a month away.

This change updates the macOS runner image to the latest generally-available
version, to help reduce spurious CI failures during the brownout periods, and to
stay abreast of the sunsetting of the macos-10.15 image.

See also: actions/runner-images#5583
This commit is contained in:
Johanan Idicula 2022-10-26 21:43:35 -04:00 committed by jidicula
parent b394f2165a
commit a214147359
No known key found for this signature in database
GPG Key ID: 3D89A3885C95989A
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
tests:
runs-on: macos-10.15
runs-on: macos-11
strategy:
fail-fast: false
matrix: