From b321af2ec697d701f953aa93c5d6360d26c06ec9 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Tue, 9 Apr 2024 00:11:41 +0000 Subject: [PATCH] Update the supported MacOS version on Apple Silicon --- .github/workflows/breakage-against-macos-x86-ponyc-latest.yml | 2 +- .github/workflows/pr.yml | 2 +- .release-notes/macos-14.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .release-notes/macos-14.md diff --git a/.github/workflows/breakage-against-macos-x86-ponyc-latest.yml b/.github/workflows/breakage-against-macos-x86-ponyc-latest.yml index 9c32610..6a0537e 100644 --- a/.github/workflows/breakage-against-macos-x86-ponyc-latest.yml +++ b/.github/workflows/breakage-against-macos-x86-ponyc-latest.yml @@ -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/checkout@v4.1.1 - name: install pony tools diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e886743..941e0bf 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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/checkout@v4.1.1 - name: Install dependencies diff --git a/.release-notes/macos-14.md b/.release-notes/macos-14.md new file mode 100644 index 0000000..8d1f2a5 --- /dev/null +++ b/.release-notes/macos-14.md @@ -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.