Skip to content

Commit e50836f

Browse files
authored
Make macOS 13 the default macOS version in GitHub Actions (#322)
1 parent 5d9fcda commit e50836f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/actions/dependencies/install/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ inputs:
5555
iniparser
5656
libmemcached
5757
mapnik
58+
pkg-config
5859
macos-test-dependencies:
5960
default: >-
6061
coreutils

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,18 @@ jobs:
9797
matrix:
9898
image:
9999
- macos-11
100+
- macos-12
100101
build_system:
101102
- CMake
102103
compiler:
103104
- LLVM
104105
on_default_branch:
105106
- ${{ contains(github.ref, 'master') || contains(github.ref, 'develop') }}
106107
include:
107-
- image: macos-12
108+
- image: macos-13
108109
build_system: Autotools
109110
compiler: LLVM
110-
- image: macos-12
111+
- image: macos-13
111112
build_system: CMake
112113
compiler: LLVM
113114
exclude:

0 commit comments

Comments
 (0)