Make macOS 13 the default macOS version in GitHub Actions (#322)

This commit is contained in:
Hummeltech
2023-07-20 02:26:15 -07:00
committed by GitHub
parent 5d9fcda99f
commit e50836f7c1
2 changed files with 4 additions and 2 deletions

View File

@ -55,6 +55,7 @@ inputs:
iniparser
libmemcached
mapnik
pkg-config
macos-test-dependencies:
default: >-
coreutils

View File

@ -97,6 +97,7 @@ jobs:
matrix:
image:
- macos-11
- macos-12
build_system:
- CMake
compiler:
@ -104,10 +105,10 @@ jobs:
on_default_branch:
- ${{ contains(github.ref, 'master') || contains(github.ref, 'develop') }}
include:
- image: macos-12
- image: macos-13
build_system: Autotools
compiler: LLVM
- image: macos-12
- image: macos-13
build_system: CMake
compiler: LLVM
exclude: