Skip to content

Commit

Permalink
GHA has ended support for macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy committed Dec 4, 2024
1 parent 9ab8ca3 commit 2bd211c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-leia-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os:
- windows-2022
- ubuntu-22.04
- macos-12
- macos-14
node-version:
- '16'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- windows-2022
- ubuntu-22.04
- macos-12
- macos-14
node-version:
- '16'
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2bd211c

Please sign in to comment.