File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 strategy :
77 fail-fast : false
88 matrix :
9- os : [windows-latest, macos-latest, ubuntu-20 .04]
9+ os : [windows-latest, macos-latest, ubuntu-22 .04]
1010 mode : [Release, Debug]
1111 arch : [x64, x86, arm64]
1212 exclude :
1313 - os : macos-latest
1414 arch : x86
1515 - os : windows-latest
1616 arch : arm64
17- - os : ubuntu-20 .04
17+ - os : ubuntu-22 .04
1818 arch : arm64
1919 steps :
2020 - uses : actions/checkout@v4
@@ -141,7 +141,7 @@ jobs:
141141 third_party/externals/zlib/LICENSE \
142142 $dst
143143 - name : Uploading Artifact
144- uses : actions/upload-artifact@v1
144+ uses : actions/upload-artifact@v4
145145 with :
146146 name : Skia-${{ runner.os }}-${{ matrix.mode }}-${{ matrix.arch }}
147147 path : Skia-${{ runner.os }}-${{ matrix.mode }}-${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments