Skip to content

Commit

Permalink
fix(ci): GH dropped macos-11 at the end of June 24 (#13360)
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
krystofwoldrich committed Aug 14, 2024
1 parent 2060d84 commit a6bc39f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1388,16 +1388,16 @@ jobs:
node: 22

# macos x64
- os: macos-11
- os: macos-12
node: 16
arch: x64
- os: macos-11
- os: macos-12
node: 18
arch: x64
- os: macos-11
- os: macos-12
node: 20
arch: x64
- os: macos-11
- os: macos-12
node: 22
arch: x64

Expand Down

0 comments on commit a6bc39f

Please sign in to comment.