Skip to content

Commit

Permalink
Switch macOs workflow to 11 as 10.15 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Dec 20, 2024
1 parent 7c24e8b commit 30e6c44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ jobs:
mac-build:
continue-on-error: true
needs: prepare
runs-on: macOS-10.15
runs-on: macOS-11
steps:
- uses: actions/checkout@v4
- name: Build watchman
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,8 @@ jobs:
mac-build:
continue-on-error: true
needs: prepare
# This release targets macOS 11.1 (Big Sur), which is available in
# Xcode 12.4 on the macOS-10.15 image.
runs-on: macOS-10.15
# This release targets macOS 11.1 (Big Sur)
runs-on: macOS-11
steps:
- uses: actions/checkout@v4
- name: Build watchman
Expand Down

0 comments on commit 30e6c44

Please sign in to comment.