Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
ec1aec36
Commit
ec1aec36
authored
Sep 16, 2022
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: move to macos-11
GitHub has deprecated macOS 10.15; move to their new macOS 11 build servers.
parent
22f38253
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.github/workflows/benchmark.yml
+1
-1
.github/workflows/main.yml
+2
-2
.github/workflows/nightly.yml
+1
-1
No files found.
.github/workflows/benchmark.yml
View file @
ec1aec36
...
...
@@ -27,7 +27,7 @@ jobs:
os
:
ubuntu-latest
setup-script
:
ubuntu
-
name
:
"
macOS"
os
:
macos-1
0.15
os
:
macos-1
1
env
:
CC
:
clang
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
View file @
ec1aec36
...
...
@@ -122,7 +122,7 @@ jobs:
os
:
ubuntu-latest
-
name
:
"
macOS"
id
:
macos
os
:
macos-1
0.15
os
:
macos-1
1
env
:
CC
:
clang
CMAKE_OPTIONS
:
-DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks -DUSE_GSSAPI=ON
...
...
@@ -230,7 +230,7 @@ jobs:
os
:
ubuntu-latest
-
name
:
"
macOS
(SHA256)"
id
:
macos
os
:
macos-1
0.15
os
:
macos-1
1
env
:
CC
:
clang
CMAKE_OPTIONS
:
-DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks -DUSE_GSSAPI=ON -DEXPERIMENTAL_SHA256=ON
...
...
.github/workflows/nightly.yml
View file @
ec1aec36
...
...
@@ -154,7 +154,7 @@ jobs:
SKIP_SSH_TESTS
:
true
os
:
ubuntu-latest
-
name
:
"
macOS"
os
:
macos-1
0.15
os
:
macos-1
1
env
:
CC
:
clang
CMAKE_OPTIONS
:
-DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks -DUSE_GSSAPI=ON
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment