Remove macos-13 (Intel) runner from CI (#388)
macos-13 was retired by GitHub in December 2025 and no longer works. Intel-based macOS runners are being phased out entirely by GitHub, with only expensive *-large variants remaining as alternatives. Closes #387 Made-with: Cursor
This commit is contained in:
3
.github/workflows/workflow.yaml
vendored
3
.github/workflows/workflow.yaml
vendored
@@ -30,7 +30,6 @@ jobs:
|
|||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
- macos-latest
|
- macos-latest
|
||||||
- macos-13
|
|
||||||
channel: [stable, beta, master]
|
channel: [stable, beta, master]
|
||||||
dry-run: [true, false]
|
dry-run: [true, false]
|
||||||
git-source:
|
git-source:
|
||||||
@@ -80,7 +79,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system:
|
operating-system:
|
||||||
[ubuntu-latest, windows-latest, macos-latest, macos-13]
|
[ubuntu-latest, windows-latest, macos-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
|
|||||||
Reference in New Issue
Block a user