File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
jobs :
16
16
build_chrome :
17
17
name : " Build Chrome Extension"
18
- runs-on : ubuntu-20 .04
18
+ runs-on : ubuntu-24 .04
19
19
steps :
20
20
- name : Checkout
21
21
uses : actions/checkout@v2
@@ -33,11 +33,11 @@ jobs:
33
33
- uses : actions/upload-artifact@v4
34
34
with :
35
35
name : Chrome Extension (Unsigned)
36
- path : SzuruChrome-* .zip
36
+ path : extension .zip
37
37
38
38
build_unlisted_firefox :
39
39
name : " Build Unlisted Firefox Extension"
40
- runs-on : ubuntu-20 .04
40
+ runs-on : ubuntu-24 .04
41
41
# Doesn't really need the Chrome build, but we can reuse its cache.
42
42
needs : build_chrome
43
43
if : github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
70
70
71
71
build_amo_firefox :
72
72
name : " Build Firefox Extension for AMO"
73
- runs-on : ubuntu-20 .04
73
+ runs-on : ubuntu-24 .04
74
74
# Doesn't really need the Chrome build, but we can reuse its cache.
75
75
needs : build_chrome
76
76
# Only run (on master branch && if tagged) or (manually dispatching).
You can’t perform that action at this time.
0 commit comments