@@ -44,15 +44,15 @@ jobs:
44
44
- os : windows-2019
45
45
target : x86_64-pc-windows-msvc
46
46
arch : x64
47
- - os : [self-hosted, macOS, ARM64]
47
+ - os : macos-14
48
48
target : aarch64-apple-darwin
49
49
arch : arm64
50
50
steps :
51
- - uses : actions/checkout@v2
51
+ - uses : actions/checkout@v4
52
52
with :
53
53
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
56
56
with :
57
57
node-version : ${{ matrix.node_version }}
58
58
architecture : ${{ matrix.system.arch }}
@@ -102,10 +102,10 @@ jobs:
102
102
- run : |
103
103
apk add gcompat
104
104
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
105
- - uses : actions/checkout@v3
105
+ - uses : actions/checkout@v4
106
106
with :
107
107
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
109
109
- uses : actions-rs/toolchain@v1
110
110
with :
111
111
profile : minimal
@@ -136,7 +136,7 @@ jobs:
136
136
- uses : actions/checkout@v2
137
137
with :
138
138
ref : ${{ github.event.release.tag_name }}
139
- - uses : actions/setup-node@v2.1.5
139
+ - uses : actions/setup-node@v4
140
140
with :
141
141
node-version : 20
142
142
cache : yarn
0 commit comments