Skip to content

Commit b25cdb8

Browse files
authored
Use macos-14 runner, update dependencies (#133)
1 parent ba179d3 commit b25cdb8

File tree

4 files changed

+98
-96
lines changed

4 files changed

+98
-96
lines changed

.github/workflows/publish.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444
- os: windows-2019
4545
target: x86_64-pc-windows-msvc
4646
arch: x64
47-
- os: [self-hosted, macOS, ARM64]
47+
- os: macos-14
4848
target: aarch64-apple-darwin
4949
arch: arm64
5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v4
5252
with:
5353
ref: ${{ github.event.release.tag_name }}${{ github.event.inputs.name }}
54-
- uses: c-hive/gha-yarn-cache@v1
55-
- uses: actions/setup-node@v2.1.5
54+
- uses: c-hive/gha-yarn-cache@v2
55+
- uses: actions/setup-node@v4
5656
with:
5757
node-version: ${{ matrix.node_version }}
5858
architecture: ${{ matrix.system.arch }}
@@ -102,10 +102,10 @@ jobs:
102102
- run: |
103103
apk add gcompat
104104
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
105-
- uses: actions/checkout@v3
105+
- uses: actions/checkout@v4
106106
with:
107107
ref: ${{ github.event.release.tag_name }}${{ github.event.inputs.name }}
108-
- uses: c-hive/gha-yarn-cache@v1
108+
- uses: c-hive/gha-yarn-cache@v2
109109
- uses: actions-rs/toolchain@v1
110110
with:
111111
profile: minimal
@@ -136,7 +136,7 @@ jobs:
136136
- uses: actions/checkout@v2
137137
with:
138138
ref: ${{ github.event.release.tag_name }}
139-
- uses: actions/setup-node@v2.1.5
139+
- uses: actions/setup-node@v4
140140
with:
141141
node-version: 20
142142
cache: yarn

.github/workflows/typescript-napi-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
- os: windows-2019
3636
target: x86_64-pc-windows-msvc
3737
arch: x64
38-
- os: [self-hosted, macOS, ARM64]
38+
- os: macos-14
3939
target: aarch64-apple-darwin
4040
arch: arm64
4141
fail-fast: false
4242
steps:
43-
- uses: actions/checkout@v3
44-
- uses: actions/setup-node@v3
43+
- uses: actions/checkout@v4
44+
- uses: actions/setup-node@v4
4545
with:
4646
node-version: ${{ matrix.node_version }}
4747
cache: yarn

0 commit comments

Comments
 (0)