From 2bd211c274a59b7cbb6f8e057b9cf660e1d62714 Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Tue, 3 Dec 2024 22:21:05 -0600 Subject: [PATCH] GHA has ended support for macos-12 --- .github/workflows/dev-release.yml | 4 ++-- .github/workflows/pr-deploy-tests.yml | 4 ++-- .github/workflows/pr-leia-tests.yml | 2 +- .github/workflows/pr-unit-tests.yml | 2 +- .github/workflows/release.yml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index b18532e..184b5d6 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -67,7 +67,7 @@ jobs: certificate-data: WINDOZE_CERT_DATA certificate-password: WINDOZE_CERT_PASSWORD result: hyperdrive-win-arm64-${{ github.ref_name }}.exe - - os: macos-12 + - os: macos-14 key: hyperdrive-node16-macos-x64-${{ github.sha }} file: hyperdrive/hyperdrive certificate-data: APPLE_CERT_DATA @@ -78,7 +78,7 @@ jobs: apple-notary-password: APPLE_NOTARY_PASSWORD options: --options runtime --entitlements entitlements.xml result: hyperdrive-macos-x64-${{ github.ref_name }} - - os: macos-12 + - os: macos-14 key: hyperdrive-node16-macos-arm64-${{ github.sha }} file: hyperdrive/hyperdrive certificate-data: APPLE_CERT_DATA diff --git a/.github/workflows/pr-deploy-tests.yml b/.github/workflows/pr-deploy-tests.yml index 1018901..7d1314a 100644 --- a/.github/workflows/pr-deploy-tests.yml +++ b/.github/workflows/pr-deploy-tests.yml @@ -64,7 +64,7 @@ jobs: certificate-data: WINDOZE_CERT_DATA certificate-password: WINDOZE_CERT_PASSWORD result: hyperdrive-win-arm64-snapshot-${{ github.sha }}.exe - - os: macos-12 + - os: macos-14 key: hyperdrive-node16-macos-x64-${{ github.sha }} file: hyperdrive/hyperdrive certificate-data: APPLE_CERT_DATA @@ -75,7 +75,7 @@ jobs: apple-notary-password: APPLE_NOTARY_PASSWORD options: --options runtime --entitlements entitlements.xml result: hyperdrive-macos-x64-snapshot-${{ github.sha }} - - os: macos-12 + - os: macos-14 key: hyperdrive-node16-macos-arm64-${{ github.sha }} file: hyperdrive/hyperdrive certificate-data: APPLE_CERT_DATA diff --git a/.github/workflows/pr-leia-tests.yml b/.github/workflows/pr-leia-tests.yml index 1219d29..1be5066 100644 --- a/.github/workflows/pr-leia-tests.yml +++ b/.github/workflows/pr-leia-tests.yml @@ -15,7 +15,7 @@ jobs: os: - windows-2022 - ubuntu-22.04 - - macos-12 + - macos-14 node-version: - '16' steps: diff --git a/.github/workflows/pr-unit-tests.yml b/.github/workflows/pr-unit-tests.yml index 6abd9ec..ddcb20a 100644 --- a/.github/workflows/pr-unit-tests.yml +++ b/.github/workflows/pr-unit-tests.yml @@ -11,7 +11,7 @@ jobs: os: - windows-2022 - ubuntu-22.04 - - macos-12 + - macos-14 node-version: - '16' steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c614230..f5efe9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: certificate-password: WINDOZE_CERT_PASSWORD result: hyperdrive-win-arm64-${{ github.ref_name }}.exe compressed: hyperdrive-win-arm64-${{ github.ref_name }}.tar.gz - - os: macos-12 + - os: macos-14 key: hyperdrive-node16-macos-x64-${{ github.sha }} file: hyperdrive/hyperdrive certificate-data: APPLE_CERT_DATA @@ -76,7 +76,7 @@ jobs: options: --options runtime --entitlements entitlements.xml result: hyperdrive-macos-x64-${{ github.ref_name }} compressed: hyperdrive-macos-x64-${{ github.ref_name }}.tar.gz - - os: macos-12 + - os: macos-14 key: hyperdrive-node16-macos-arm64-${{ github.sha }} file: hyperdrive/hyperdrive certificate-data: APPLE_CERT_DATA