Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
self-hosted-runner:
# Pending release of actionlint > 1.7.11 for macos-26-intel support
# https://github.com/rhysd/actionlint/pull/629
labels: ["macos-26-intel"]

config-variables: null

paths:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,16 +246,16 @@ jobs:
strategy:
fail-fast: false
matrix:
# macos-14 is M1, macos-15-intel is Intel.
# macos-15-intel only runs tests against the GIL-enabled CPython.
# macos-26 is Apple Silicon, macos-26-intel is Intel.
# macos-26-intel only runs tests against the GIL-enabled CPython.
os:
- macos-14
- macos-15-intel
- macos-26
- macos-26-intel
free-threading:
- false
- true
exclude:
- os: macos-15-intel
- os: macos-26-intel
free-threading: true
uses: ./.github/workflows/reusable-macos.yml
with:
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
matrix:
include:
- arch: aarch64
runs-on: macos-14
runs-on: macos-26
- arch: x86_64
runs-on: ubuntu-24.04

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
compiler: msvc
- target: x86_64-apple-darwin/clang
architecture: x86_64
runner: macos-15-intel
runner: macos-26-intel
compiler: clang
- target: aarch64-apple-darwin/clang
architecture: aarch64
runner: macos-14
runner: macos-26
compiler: clang
- target: x86_64-unknown-linux-gnu/gcc
architecture: x86_64
Expand Down
Loading