Skip to content

Commit bce813f

Browse files
committed
CI: remove macos-13 from CI workflows
macOS 13 has been retired by GitHub Actions. This removes all macos-13 references: - Delete build-macos-13.yaml workflow - Delete frontend-macos-13.yaml workflow - Remove macos-13 from test-docs-scripts.yaml matrix - Update README.md supported platforms table
1 parent 727eafb commit bce813f

File tree

4 files changed

+3
-53
lines changed

4 files changed

+3
-53
lines changed

.github/workflows/build-macos-13.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/frontend-macos-13.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/test-docs-scripts.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'test-doc-scripts')
7979
strategy:
8080
matrix:
81-
os: [macos-13, macos-14, macos-15, macos-latest]
81+
os: [macos-14, macos-15, macos-latest]
8282

8383
steps:
8484
- name: Checkout repository
@@ -203,7 +203,7 @@ jobs:
203203
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'test-doc-scripts')
204204
strategy:
205205
matrix:
206-
os: [macos-13, macos-14, macos-15, macos-latest]
206+
os: [macos-14, macos-15, macos-latest]
207207

208208
steps:
209209
- name: Checkout repository
@@ -248,7 +248,7 @@ jobs:
248248
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'test-doc-scripts')
249249
strategy:
250250
matrix:
251-
os: [macos-13, macos-14, macos-15, macos-latest, ubuntu-latest]
251+
os: [macos-14, macos-15, macos-latest, ubuntu-latest]
252252

253253
steps:
254254
- name: Checkout repository

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ Third-party libraries with local modifications. Add vendored dependencies here.
141141
| ![Ubuntu][ubuntu-icon] **Ubuntu 22.04** | x64 | [![Ubuntu 22.04 x64][ubuntu-22-badge]][ubuntu-22-link] |
142142
| ![Ubuntu][ubuntu-icon] **Ubuntu 24.04** | x64 | [![Ubuntu 24.04 x64][ubuntu-24-badge]][ubuntu-24-link] |
143143
| ![Ubuntu][ubuntu-icon] **Ubuntu 24.04** | ARM64 | [![Ubuntu 24.04 ARM64][ubuntu-24-arm-badge]][ubuntu-24-arm-link] |
144-
| ![macOS][macos-icon] **macOS 13** | Intel | [![macOS 13 Intel][macos-13-badge]][macos-13-link] |
145144
| ![macOS][macos-icon] **macOS 14** | Apple Silicon | [![macOS 14 M1/M2][macos-14-badge]][macos-14-link] |
146145
| ![macOS][macos-icon] **macOS 15** | Apple Silicon | [![macOS 15 M1/M2/M3][macos-15-badge]][macos-15-link] |
147146
| ![macOS][macos-icon] **macOS Latest** | Apple Silicon | [![macOS Latest][macos-latest-badge]][macos-latest-link] |
@@ -183,8 +182,6 @@ Third-party libraries with local modifications. Add vendored dependencies here.
183182
https://github.com/o1-labs/mina-rust/actions/workflows/build-ubuntu-24-04.yaml/badge.svg?branch=develop
184183
[ubuntu-24-arm-badge]:
185184
https://github.com/o1-labs/mina-rust/actions/workflows/build-ubuntu-24-04-arm.yaml/badge.svg?branch=develop
186-
[macos-13-badge]:
187-
https://github.com/o1-labs/mina-rust/actions/workflows/build-macos-13.yaml/badge.svg?branch=develop
188185
[macos-14-badge]:
189186
https://github.com/o1-labs/mina-rust/actions/workflows/build-macos-14.yaml/badge.svg?branch=develop
190187
[macos-15-badge]:
@@ -200,8 +197,6 @@ Third-party libraries with local modifications. Add vendored dependencies here.
200197
https://github.com/o1-labs/mina-rust/actions/workflows/build-ubuntu-24-04.yaml
201198
[ubuntu-24-arm-link]:
202199
https://github.com/o1-labs/mina-rust/actions/workflows/build-ubuntu-24-04-arm.yaml
203-
[macos-13-link]:
204-
https://github.com/o1-labs/mina-rust/actions/workflows/build-macos-13.yaml
205200
[macos-14-link]:
206201
https://github.com/o1-labs/mina-rust/actions/workflows/build-macos-14.yaml
207202
[macos-15-link]:

0 commit comments

Comments
 (0)