Skip to content

Commit 96b62ab

Browse files
committed
various: migrate Intel to Sequoia
Signed-off-by: Patrick Linnane <[email protected]>
1 parent 99fcb6b commit 96b62ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356
runs-on: ubuntu-latest
357357
container: debian:oldstable
358358
- name: test-bot (macOS x86_64)
359-
runs-on: macos-13
359+
runs-on: macos-15-intel
360360
- name: test-bot (macOS arm64)
361361
runs-on: macos-26
362362
env:

Library/Homebrew/dev-cmd/generate-cask-ci-matrix.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class GenerateCaskCiMatrix < AbstractCommand
1414

1515
# Weight for each arch must add up to 1.0.
1616
INTEL_RUNNERS = T.let({
17-
{ symbol: :ventura, name: "macos-13", arch: :intel } => 1.0,
17+
{ symbol: :sequoia, name: "macos-15-intel", arch: :intel } => 1.0,
1818
}.freeze, T::Hash[T::Hash[Symbol, T.any(Symbol, String)], Float])
1919
ARM_RUNNERS = T.let({
2020
{ symbol: :sonoma, name: "macos-14", arch: :arm } => 0.0,

Library/Homebrew/dev-cmd/tap-new.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def run
8383
test-bot:
8484
strategy:
8585
matrix:
86-
os: [ ubuntu-22.04, macos-13, macos-26 ]
86+
os: [ ubuntu-22.04, macos-15-intel, macos-26 ]
8787
runs-on: ${{ matrix.os }}
8888
permissions:
8989
actions: read

0 commit comments

Comments
 (0)