summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2025-12-01 01:16:25 +0000
committerGitHub <noreply@github.com>2025-12-01 12:16:25 +1100
commit2cac8b587fdef6526330c80799e0a190b75bb2fd (patch)
treefb8583f3b0d7f544ef1a87b38b5245222725d5e1 /.github
parent83b42ea9dcbc883200061caca839ea71472b5025 (diff)
Remove macos-13 runner from bootstrap testing (#25843)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bootstrap_testing.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/bootstrap_testing.yml b/.github/workflows/bootstrap_testing.yml
index 2890af3de9..2e97f83081 100644
--- a/.github/workflows/bootstrap_testing.yml
+++ b/.github/workflows/bootstrap_testing.yml
@@ -161,7 +161,6 @@ jobs:
161 fail-fast: false 161 fail-fast: false
162 matrix: 162 matrix:
163 os: 163 os:
164 - macos-13 # Intel x64
165 - macos-14 # Apple Silicon ARM64 164 - macos-14 # Apple Silicon ARM64
166 - macos-15 # Apple Silicon ARM64 165 - macos-15 # Apple Silicon ARM64
167 - macos-15-intel # Intel x64 166 - macos-15-intel # Intel x64