File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
strategy :
24
24
matrix :
25
25
os :
26
- - ubuntu-20 .04
26
+ - ubuntu-22 .04
27
27
target :
28
28
- x86_64-linux-android
29
29
- aarch64-linux-android
Original file line number Diff line number Diff line change 16
16
check :
17
17
name : crate check
18
18
if : github.repository == 'anza-xyz/agave'
19
- runs-on : ubuntu-20 .04
19
+ runs-on : ubuntu-22 .04
20
20
steps :
21
21
- uses : actions/checkout@v4
22
22
with :
Original file line number Diff line number Diff line change 17
17
if : github.repository == 'anza-xyz/agave'
18
18
outputs :
19
19
continue : ${{ steps.check.outputs.need_to_build }}
20
- runs-on : ubuntu-20 .04
20
+ runs-on : ubuntu-22 .04
21
21
steps :
22
22
- name : Checkout
23
23
uses : actions/checkout@v4
74
74
needs.check.outputs.continue == 1
75
75
# the name is used by .mergify.yml as well
76
76
name : build & deploy docs
77
- runs-on : ubuntu-20 .04
77
+ runs-on : ubuntu-22 .04
78
78
steps :
79
79
- name : Checkout
80
80
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
slack :
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-22 .04
12
12
steps :
13
13
- env :
14
14
COMMIT_MESSAGE : ${{ github.event.head_commit.message }}
Original file line number Diff line number Diff line change 78
78
windows-gcs-upload :
79
79
if : ${{ needs.windows-build.outputs.channel != '' || needs.windows-build.outputs.tag != '' }}
80
80
needs : [windows-build]
81
- runs-on : ubuntu-20 .04
81
+ runs-on : ubuntu-22 .04
82
82
steps :
83
83
- name : Download
84
84
uses : actions/download-artifact@v4
98
98
windows-gh-release :
99
99
if : ${{ needs.windows-build.outputs.tag != '' }}
100
100
needs : [windows-build]
101
- runs-on : ubuntu-20 .04
101
+ runs-on : ubuntu-22 .04
102
102
steps :
103
103
- name : Download
104
104
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments