@@ -16,7 +16,7 @@ permissions:
16
16
contents : write
17
17
18
18
env :
19
- version : m126-6fd3120c1b -1
19
+ version : m132-9b3c42e2f9 -1
20
20
21
21
jobs :
22
22
macos :
41
41
- run : python3 script/checkout.py --version ${{ env.version }}
42
42
- run : python3 script/build.py --build-type ${{ matrix.build_type }} --target ${{ matrix.target }} --machine ${{ matrix.machine }}
43
43
- run : python3 script/archive.py --version ${{ env.version }} --build-type ${{ matrix.build_type }} --target ${{ matrix.target }} --machine ${{ matrix.machine }}
44
- - uses : actions/upload-artifact@v3
44
+ - uses : actions/upload-artifact@v4
45
45
if : ${{ github.event.inputs.skip_release != 'true' && github.ref == 'refs/heads/main' }}
46
46
with :
47
47
name : Skia-${{ env.version }}-${{ matrix.target }}-${{ matrix.build_type }}-${{ matrix.machine }}.zip
68
68
- run : PATH=/usr/lib/binutils-2.26/bin:$PATH python3 script/checkout.py --version ${{ env.version }}
69
69
- run : PATH=/usr/lib/binutils-2.26/bin:$PATH python3 script/build.py --build-type ${{ matrix.build_type }}
70
70
- run : PATH=/usr/lib/binutils-2.26/bin:$PATH python3 script/archive.py --version ${{ env.version }} --build-type ${{ matrix.build_type }}
71
- - uses : actions/upload-artifact@v3
71
+ - uses : actions/upload-artifact@v4
72
72
if : ${{ github.event.inputs.skip_release != 'true' && github.ref == 'refs/heads/main' }}
73
73
with :
74
74
name : Skia-${{ env.version }}-linux-${{ matrix.build_type }}-x64.zip
95
95
- run : python3 script/checkout.py --version ${{ env.version }}
96
96
- run : python3 script/build.py --target wasm --machine wasm --build-type ${{ matrix.build_type }}
97
97
- run : python3 script/archive.py --version ${{ env.version }} --target wasm --machine wasm --build-type ${{ matrix.build_type }}
98
- - uses : actions/upload-artifact@v3
98
+ - uses : actions/upload-artifact@v4
99
99
if : ${{ github.event.inputs.skip_release != 'true' && github.ref == 'refs/heads/main' }}
100
100
with :
101
101
name : Skia-${{ env.version }}-wasm-${{ matrix.build_type }}-wasm.zip
@@ -127,7 +127,7 @@ jobs:
127
127
ndk-version : r25c
128
128
- run : python3 script/build.py --target android --build-type ${{ matrix.build_type }} --machine ${{ matrix.machine }} --ndk ${{ steps.setup-ndk.outputs.ndk-path }}
129
129
- run : python3 script/archive.py --version ${{ env.version }} --target android --build-type ${{ matrix.build_type }} --machine ${{ matrix.machine }}
130
- - uses : actions/upload-artifact@v3
130
+ - uses : actions/upload-artifact@v4
131
131
if : ${{ github.event.inputs.skip_release != 'true' && github.ref == 'refs/heads/main' }}
132
132
with :
133
133
name : Skia-${{ env.version }}-android-${{ matrix.build_type }}-${{ matrix.machine }}.zip
@@ -138,7 +138,7 @@ jobs:
138
138
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
139
139
140
140
linux-arm64 :
141
- runs-on : ubuntu-latest
141
+ runs-on : ubuntu-22.04
142
142
strategy :
143
143
matrix :
144
144
build_type : [ Debug, Release ]
@@ -151,7 +151,7 @@ jobs:
151
151
if : ${{ github.event.inputs.skip_release != 'true' && github.ref == 'refs/heads/main' }}
152
152
with :
153
153
arch : aarch64
154
- distro : ubuntu20 .04
154
+ distro : ubuntu22 .04
155
155
githubToken : ${{ secrets.GITHUB_TOKEN }}
156
156
# Mount checkout directory as /checkout in the container
157
157
dockerRunArgs : |
@@ -180,7 +180,7 @@ jobs:
180
180
if : ${{ github.event.inputs.skip_release == 'true' || github.ref != 'refs/heads/main' }}
181
181
with :
182
182
arch : aarch64
183
- distro : ubuntu20 .04
183
+ distro : ubuntu22 .04
184
184
githubToken : ${{ secrets.GITHUB_TOKEN }}
185
185
# Mount checkout directory as /checkout in the container
186
186
dockerRunArgs : |
@@ -200,7 +200,7 @@ jobs:
200
200
python3 script/checkout.py --version ${build_version}
201
201
python3 script/build.py --build-type ${build_type} --build-type ${build_type}
202
202
echo "Verified build"
203
- - uses : actions/upload-artifact@v3
203
+ - uses : actions/upload-artifact@v4
204
204
if : ${{ github.event.inputs.skip_release != 'true' && github.ref == 'refs/heads/main' }}
205
205
with :
206
206
name : Skia-${{ env.version }}-linux-${{ matrix.build_type }}-arm64.zip
@@ -238,7 +238,7 @@ jobs:
238
238
run : python3 script/build.py --build-type ${{ matrix.build_type }} --target windows --machine ${{ matrix.machine }}
239
239
- shell : bash
240
240
run : python3 script/archive.py --version ${{ env.version }} --build-type ${{ matrix.build_type }} --target windows --machine ${{ matrix.machine }}
241
- - uses : actions/upload-artifact@v3
241
+ - uses : actions/upload-artifact@v4
242
242
if : ${{ github.event.inputs.skip_release != 'true' && github.ref == 'refs/heads/main' }}
243
243
with :
244
244
name : Skia-${{ env.version }}-windows-${{ matrix.build_type }}-${{ matrix.machine }}.zip
0 commit comments