File tree Expand file tree Collapse file tree 8 files changed +11
-12
lines changed Expand file tree Collapse file tree 8 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Download artifact
15
- uses : actions/download-artifact@v4
15
+ uses : actions/download-artifact@v5
16
16
with :
17
17
pattern : artifact-${{ inputs.platform }}*
18
18
merge-multiple : true
Original file line number Diff line number Diff line change 50
50
runs-on : ubuntu-latest
51
51
steps :
52
52
- name : Download artifact
53
- uses : actions/download-artifact@v4
53
+ uses : actions/download-artifact@v5
54
54
with :
55
55
pattern : artifact-librime*
56
56
merge-multiple : true
Original file line number Diff line number Diff line change 68
68
runs-on : ubuntu-latest
69
69
steps :
70
70
- name : Download artifact
71
- uses : actions/download-artifact@v4
71
+ uses : actions/download-artifact@v5
72
72
with :
73
73
pattern : artifact-harmony*
74
74
merge-multiple : true
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
build :
13
- runs-on : macos-15
13
+ runs-on : macos-26
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
79
79
runs-on : ubuntu-latest
80
80
steps :
81
81
- name : Download artifact
82
- uses : actions/download-artifact@v4
82
+ uses : actions/download-artifact@v5
83
83
with :
84
84
pattern : artifact-ios*
85
85
merge-multiple : true
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
build :
13
- runs-on : macos-15
13
+ runs-on : macos-26
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
39
39
brew install \
40
40
extra-cmake-modules \
41
41
autoconf automake libtool autoconf-archive \
42
- bison vala \
43
- ninja || true # ignore brew link python error
42
+ bison vala || true # ignore brew link python error
44
43
pip install -r requirements.txt
45
44
echo /opt/homebrew/opt/bison/bin >> $GITHUB_PATH
46
45
81
80
runs-on : ubuntu-latest
82
81
steps :
83
82
- name : Download artifact
84
- uses : actions/download-artifact@v4
83
+ uses : actions/download-artifact@v5
85
84
with :
86
85
pattern : artifact-macos*
87
86
merge-multiple : true
Original file line number Diff line number Diff line change 61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- name : Download artifact
64
- uses : actions/download-artifact@v4
64
+ uses : actions/download-artifact@v5
65
65
with :
66
66
pattern : artifact-windows*
67
67
merge-multiple : true
You can’t perform that action at this time.
0 commit comments