-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the supported MacOS version on Apple Silicon
- Loading branch information
1 parent
5fa6136
commit fe40abc
Showing
5 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |