Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
f3984794
Unverified
Commit
f3984794
authored
May 06, 2024
by
Henry Schreiner
Committed by
GitHub
May 06, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: macos-latest is changing to macos-14 ARM runners (#5109)
Committed via
https://github.com/asottile/all-repos
parent
19a6b9f4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.github/workflows/ci.yml
+3
-3
.github/workflows/configure.yml
+2
-2
No files found.
.github/workflows/ci.yml
View file @
f3984794
...
@@ -30,7 +30,7 @@ jobs:
...
@@ -30,7 +30,7 @@ jobs:
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
runs-on
:
[
ubuntu-20.04
,
windows-2022
,
macos-
latest
]
runs-on
:
[
ubuntu-20.04
,
windows-2022
,
macos-
13
]
python
:
python
:
-
'
3.6'
-
'
3.6'
-
'
3.9'
-
'
3.9'
...
@@ -1118,8 +1118,8 @@ jobs:
...
@@ -1118,8 +1118,8 @@ jobs:
run
:
git clean -fdx
run
:
git clean -fdx
macos_brew_install_llvm
:
macos_brew_install_llvm
:
name
:
"
macos-
latest
•
brew
install
llvm"
name
:
"
macos-
13
•
brew
install
llvm"
runs-on
:
macos-
latest
runs-on
:
macos-
13
env
:
env
:
# https://apple.stackexchange.com/questions/227026/how-to-install-recent-clang-with-homebrew
# https://apple.stackexchange.com/questions/227026/how-to-install-recent-clang-with-homebrew
...
...
.github/workflows/configure.yml
View file @
f3984794
...
@@ -24,7 +24,7 @@ jobs:
...
@@ -24,7 +24,7 @@ jobs:
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
runs-on
:
[
ubuntu-20.04
,
macos-
latest
,
windows-latest
]
runs-on
:
[
ubuntu-20.04
,
macos-
13
,
windows-latest
]
arch
:
[
x64
]
arch
:
[
x64
]
cmake
:
[
"
3.26"
]
cmake
:
[
"
3.26"
]
...
@@ -37,7 +37,7 @@ jobs:
...
@@ -37,7 +37,7 @@ jobs:
arch
:
x64
arch
:
x64
cmake
:
"
3.29"
cmake
:
"
3.29"
-
runs-on
:
macos-
latest
-
runs-on
:
macos-
13
arch
:
x64
arch
:
x64
cmake
:
"
3.7"
cmake
:
"
3.7"
...
...
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