mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 20:55:11 +00:00
ci: macos-latest is changing to macos-14 ARM runners (#5109)
Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
19a6b9f4ef
commit
f39847947d
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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:
|
|||||||
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
|
||||||
|
4
.github/workflows/configure.yml
vendored
4
.github/workflows/configure.yml
vendored
@ -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:
|
|||||||
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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user