mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-25 15:04:30 +00:00
Make macOS 13 the default macOS version in GitHub Actions (#322)
This commit is contained in:
@ -55,6 +55,7 @@ inputs:
|
||||
iniparser
|
||||
libmemcached
|
||||
mapnik
|
||||
pkg-config
|
||||
macos-test-dependencies:
|
||||
default: >-
|
||||
coreutils
|
||||
|
5
.github/workflows/build-and-test.yml
vendored
5
.github/workflows/build-and-test.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user