Skip to content

Commit ec1aec3

Browse files
committed
ci: move to macos-11
GitHub has deprecated macOS 10.15; move to their new macOS 11 build servers.
1 parent 22f3825 commit ec1aec3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
os: ubuntu-latest
2828
setup-script: ubuntu
2929
- name: "macOS"
30-
os: macos-10.15
30+
os: macos-11
3131
env:
3232
CC: clang
3333
CMAKE_OPTIONS: -DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_GSSAPI=ON -DBUILD_TESTS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_CLI=ON -DCMAKE_BUILD_TYPE=Release

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
os: ubuntu-latest
123123
- name: "macOS"
124124
id: macos
125-
os: macos-10.15
125+
os: macos-11
126126
env:
127127
CC: clang
128128
CMAKE_OPTIONS: -DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks -DUSE_GSSAPI=ON
@@ -230,7 +230,7 @@ jobs:
230230
os: ubuntu-latest
231231
- name: "macOS (SHA256)"
232232
id: macos
233-
os: macos-10.15
233+
os: macos-11
234234
env:
235235
CC: clang
236236
CMAKE_OPTIONS: -DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks -DUSE_GSSAPI=ON -DEXPERIMENTAL_SHA256=ON

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
SKIP_SSH_TESTS: true
155155
os: ubuntu-latest
156156
- name: "macOS"
157-
os: macos-10.15
157+
os: macos-11
158158
env:
159159
CC: clang
160160
CMAKE_OPTIONS: -DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks -DUSE_GSSAPI=ON

0 commit comments

Comments
 (0)