Skip to content

Commit a6bc39f

Browse files
fix(ci): GH dropped macos-11 at the end of June 24 (#13360)
https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/#macos-11-deprecation-and-removal ``` In January 2024, GitHub announced the [deprecation of macOS 11](https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/) and the removal of the runner image by June 2024. The macOS 11 runner image will be removed on 6/28/2024. We recommend updating workflows to use macos-14, macos-13, macos-12, or macos-latest. Reminder emails will be sent to those who have used the macOS 11 runner image in the past 30 days. Jobs using macOS 11 will temporarily fail during scheduled time periods to raise awareness of the upcoming removal. The schedule can be found below: June 17 2024, 8:00 AM – 2:00 PM EST June 19 2024, 12:00 PM – 6:00 PM EST June 24 2024, 3:00 AM – 9:00 PM EST June 26 2024, 8:00 AM – 2:00 PM EST ```
1 parent 2060d84 commit a6bc39f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1388,16 +1388,16 @@ jobs:
13881388
node: 22
13891389

13901390
# macos x64
1391-
- os: macos-11
1391+
- os: macos-12
13921392
node: 16
13931393
arch: x64
1394-
- os: macos-11
1394+
- os: macos-12
13951395
node: 18
13961396
arch: x64
1397-
- os: macos-11
1397+
- os: macos-12
13981398
node: 20
13991399
arch: x64
1400-
- os: macos-11
1400+
- os: macos-12
14011401
node: 22
14021402
arch: x64
14031403

0 commit comments

Comments
 (0)