Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2bd211c

Browse files
committed
GHA has ended support for macos-12
1 parent 9ab8ca3 commit 2bd211c

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/dev-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
certificate-data: WINDOZE_CERT_DATA
6868
certificate-password: WINDOZE_CERT_PASSWORD
6969
result: hyperdrive-win-arm64-${{ github.ref_name }}.exe
70-
- os: macos-12
70+
- os: macos-14
7171
key: hyperdrive-node16-macos-x64-${{ github.sha }}
7272
file: hyperdrive/hyperdrive
7373
certificate-data: APPLE_CERT_DATA
@@ -78,7 +78,7 @@ jobs:
7878
apple-notary-password: APPLE_NOTARY_PASSWORD
7979
options: --options runtime --entitlements entitlements.xml
8080
result: hyperdrive-macos-x64-${{ github.ref_name }}
81-
- os: macos-12
81+
- os: macos-14
8282
key: hyperdrive-node16-macos-arm64-${{ github.sha }}
8383
file: hyperdrive/hyperdrive
8484
certificate-data: APPLE_CERT_DATA

.github/workflows/pr-deploy-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
certificate-data: WINDOZE_CERT_DATA
6565
certificate-password: WINDOZE_CERT_PASSWORD
6666
result: hyperdrive-win-arm64-snapshot-${{ github.sha }}.exe
67-
- os: macos-12
67+
- os: macos-14
6868
key: hyperdrive-node16-macos-x64-${{ github.sha }}
6969
file: hyperdrive/hyperdrive
7070
certificate-data: APPLE_CERT_DATA
@@ -75,7 +75,7 @@ jobs:
7575
apple-notary-password: APPLE_NOTARY_PASSWORD
7676
options: --options runtime --entitlements entitlements.xml
7777
result: hyperdrive-macos-x64-snapshot-${{ github.sha }}
78-
- os: macos-12
78+
- os: macos-14
7979
key: hyperdrive-node16-macos-arm64-${{ github.sha }}
8080
file: hyperdrive/hyperdrive
8181
certificate-data: APPLE_CERT_DATA

.github/workflows/pr-leia-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os:
1616
- windows-2022
1717
- ubuntu-22.04
18-
- macos-12
18+
- macos-14
1919
node-version:
2020
- '16'
2121
steps:

.github/workflows/pr-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os:
1212
- windows-2022
1313
- ubuntu-22.04
14-
- macos-12
14+
- macos-14
1515
node-version:
1616
- '16'
1717
steps:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
certificate-password: WINDOZE_CERT_PASSWORD
6565
result: hyperdrive-win-arm64-${{ github.ref_name }}.exe
6666
compressed: hyperdrive-win-arm64-${{ github.ref_name }}.tar.gz
67-
- os: macos-12
67+
- os: macos-14
6868
key: hyperdrive-node16-macos-x64-${{ github.sha }}
6969
file: hyperdrive/hyperdrive
7070
certificate-data: APPLE_CERT_DATA
@@ -76,7 +76,7 @@ jobs:
7676
options: --options runtime --entitlements entitlements.xml
7777
result: hyperdrive-macos-x64-${{ github.ref_name }}
7878
compressed: hyperdrive-macos-x64-${{ github.ref_name }}.tar.gz
79-
- os: macos-12
79+
- os: macos-14
8080
key: hyperdrive-node16-macos-arm64-${{ github.sha }}
8181
file: hyperdrive/hyperdrive
8282
certificate-data: APPLE_CERT_DATA

0 commit comments

Comments
 (0)