Skip to content

Commit 7e59789

Browse files
committed
ci: drop macos-13 runner
This runner will be removed next month. We now test x86_64-darwin on macos-15-intel. That runner will be supported until fall of 2027.
1 parent 0b0e072 commit 7e59789

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/test-per-system.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call:
55
inputs:
66
runs-on:
7-
description: 'GitHub Actions runner to use (e.g., ubuntu-latest, macos-13)'
7+
description: 'GitHub Actions runner to use (e.g., ubuntu-latest, macos-latest)'
88
required: true
99
type: string
1010
system:

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545
- runs-on: macos-15-intel
4646
system: x86_64-darwin
4747
oldest_installer_version: nix-2.18.6
48-
# macos13 will be retired on 04/12/2025
49-
- runs-on: macos-13
50-
system: x86_64-darwin
51-
oldest_installer_version: nix-2.8.0
5248
uses: ./.github/workflows/test-per-system.yml
5349
with:
5450
runs-on: ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)