File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -283,8 +283,8 @@ jobs:
283283 fail-fast : false
284284 matrix :
285285 type :
286- - macos-14 # arm64 (macos-latest: arm64)
287- - macos-13 # x64 (macos-12(deprecated): x64)
286+ - macos-15-intel # x64
287+ - macos-14 # arm64
288288
289289 # Use the oldest version possible for backward compatibility.
290290 runs-on : ${{ matrix.type }}
Original file line number Diff line number Diff line change 5858 fail-fast : false
5959 matrix :
6060 runner-image :
61+ - macos-15-intel
6162 - macos-15
6263 - macos-14
63- - macos-13
6464 - ubuntu-24.04
6565 - ubuntu-22.04
6666 - windows-2025
Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ macOS 15 | `macos-15-large`
5353macOS 15 Arm64 | ` macos-15 ` or ` macos-15-xlarge ` | macOS-15-arm64 |
5454macOS 14 | ` macos-latest-large ` or ` macos-14-large ` | macOS-14 |
5555macOS 14 Arm64 | ` macos-latest ` , ` macos-14 ` , ` macos-latest-xlarge ` or ` macos-14-xlarge ` | macOS-14-arm64 |
56- macOS 13 | ` macos-13 ` or ` macos-13-large ` | macOS-13 |
57- macOS 13 Arm64 | ` macos-13-xlarge ` | macOS-13-arm64 |
5856Ubuntu 24.04 | ` ubuntu-latest ` or ` ubuntu-24.04 ` | ubuntu-24.04 |
5957Ubuntu 22.04 | ` ubuntu-22.04 ` | ubuntu-22.04 |
6058Windows Server 2022 | ` windows-latest ` or ` windows-2022 ` | windows-2022 |
@@ -77,7 +75,7 @@ We used the following Images to build `clang-format` excuatable binaries.
7775Binary Folder Name | Docker ** Build** Image | Docker ** Test** Image |
7876------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
7977` darwin-arm64 ` | GitHub Actions runner ` macos-14 ` | GitHub Actions runner ` macos-14 ` |
80- ` darwin-x64 ` | GitHub Actions runner ` macos-13 ` | GitHub Actions runner ` macos-13 ` |
78+ ` darwin-x64 ` | GitHub Actions runner ` macos-15-intel ` | GitHub Actions runner ` macos-15-intel ` |
8179` linux-arm ` | [ ` python:3.10.18-bullseye ` ] ( https://hub.docker.com/_/python ) | [ ` arm32v7/ubuntu:22.04 ` ] ( https://hub.docker.com/r/arm32v7/ubuntu/ ) |
8280` linux-arm64 ` | [ ` python:3.10.18-bullseye ` ] ( https://hub.docker.com/_/python ) | [ ` arm64v8/ubuntu:22.04 ` ] ( https://hub.docker.com/r/arm64v8/ubuntu/ ) |
8381` linux-ppc64 ` | [ ` buildpack-deps:jammy ` ] ( https://hub.docker.com/_/buildpack-deps/ ) | [ ` ppc64le/ubuntu:22.04 ` ] ( https://hub.docker.com/r/ppc64le/ubuntu/ ) |
You can’t perform that action at this time.
0 commit comments