Switch MacOS image to macos-12 in Github Actions

Also updated GCC version to GCC-11, which is packaged in the
runner image.
This commit is contained in:
Martin Hořeňovský 2022-08-03 23:44:49 +02:00
parent 997a7d4165
commit a118799631
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ on: [push, pull_request]
jobs:
build:
runs-on: macos-10.15
runs-on: macos-12
strategy:
matrix:
cxx:
- g++-9
- g++-11
- clang++
build_type: [Debug, Release]
std: [14, 17]