Skip to content

Commit

Permalink
Update the supported MacOS version on Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Apr 9, 2024
1 parent 5fa6136 commit fe40abc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
vs-ponyc-main-macos:
name: Verify main against ponyc main on x86-64 macOS
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/[email protected]
- name: install pony tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

x86-64-apple-darwin-nightly:
name: Build and upload x86-64-apple-darwin-nightly to Cloudsmith
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/[email protected]
- name: install pony tools
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

x86-64-macos-bootstrap:
name: x86_64 MacOS bootstrap
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/[email protected]
- name: Install dependencies
Expand All @@ -122,7 +122,7 @@ jobs:

x86-64-macos:
name: x86-64 MacOS tests
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/[email protected]
- name: install pony tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

x86-64-apple-darwin-release:
name: Build and upload x86-64-apple-darwin to Cloudsmith
runs-on: macos-13
runs-on: macos-14
needs:
- pre-artefact-creation
steps:
Expand Down
3 changes: 3 additions & 0 deletions .release-notes/macos-14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Update supported MacOS version for Apple Silicon

We've changed our supported MacOS on Apple Silicon version to 14. All prebuilt binaries are now built on MacOS 14. We will maintain best effort support MacOS 13 for Apple Silicon. All testing is now done using MacOS 14.

0 comments on commit fe40abc

Please sign in to comment.