8
8
branches :
9
9
- ' *'
10
10
env :
11
- CACHE_VERSION : 20230704
12
- PAWPAW_VERSION : 6a3c6a65a89abe221858c3f7635140074506bfc3
11
+ CACHE_VERSION : 20240930
12
+ PAWPAW_VERSION : a9ab736dc297b2055536c71cddf1c79711d420bb
13
13
PAWPAW_SKIP_LTO : 1
14
14
PAWPAW_SKIP_GLIB : 1
15
15
PAWPAW_SKIP_LV2 : 1
@@ -19,13 +19,13 @@ jobs:
19
19
strategy :
20
20
matrix :
21
21
target : [intel, universal]
22
- runs-on : macos-11
22
+ runs-on : macos-12
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
with :
26
26
submodules : recursive
27
27
- name : Set up cache
28
- uses : actions/cache@v3
28
+ uses : actions/cache@v4
29
29
with :
30
30
path : |
31
31
~/PawPawBuilds
58
58
shell : bash
59
59
run : |
60
60
./macosx/generate-pkg.sh $(pwd)/destdir/usr/local ${{ github.event.pull_request.number || env.SHA8 }}
61
- - uses : actions/upload-artifact@v3
61
+ - uses : actions/upload-artifact@v4
62
62
with :
63
63
name : jack2-macOS-${{ matrix.target }}-${{ github.event.pull_request.number || env.SHA8 }}
64
64
path : macosx/jack2-osx-*.pkg
@@ -69,11 +69,11 @@ jobs:
69
69
target : [win32, win64]
70
70
runs-on : ubuntu-22.04
71
71
steps :
72
- - uses : actions/checkout@v3
72
+ - uses : actions/checkout@v4
73
73
with :
74
74
submodules : recursive
75
75
- name : Set up cache
76
- uses : actions/cache@v3
76
+ uses : actions/cache@v4
77
77
with :
78
78
path : |
79
79
~/PawPawBuilds
@@ -163,7 +163,7 @@ jobs:
163
163
echo "#define VERSION \"${{ github.event.pull_request.number || env.SHA8 }}\"" > version.iss
164
164
xvfb-run wine ${WINEPREFIX}/drive_c/InnoSeup/ISCC.exe ${{ matrix.target }}-mini.iss
165
165
popd
166
- - uses : actions/upload-artifact@v3
166
+ - uses : actions/upload-artifact@v4
167
167
with :
168
168
name : jack2-${{ matrix.target }}-${{ github.event.pull_request.number || env.SHA8 }}
169
169
path : windows/inno/jack2-*.exe
0 commit comments