Skip to content

Commit 0cd7165

Browse files
committed
ci: the Intel runner under the label it now has
1 parent 2587510 commit 0cd7165

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# convention, the register the current context is reached through and
4040
# one field of a signal context do not, so both are built.
4141
- { os: macos-14, toolchain: 'llvm@20.1.7' }
42-
- { os: macos-13, toolchain: 'llvm@20.1.7' }
42+
- { os: macos-15-intel, toolchain: 'llvm@20.1.7' }
4343
steps:
4444
- uses: actions/checkout@v4
4545

.github/workflows/numbers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [macos-14, macos-13]
26+
os: [macos-14, macos-15-intel]
2727
steps:
2828
- uses: actions/checkout@v4
2929

0 commit comments

Comments
 (0)