6666 linux-arm64-build :
6767 name : ' linux-arm64 gcc ${{ github.event.inputs.version }} build'
6868 timeout-minutes : 2880 # 2 days
69- runs-on : [self-hosted, linux, arm64, xbbla]
69+ runs-on : [self-hosted, linux, arm64, xbbla, xbblax ]
7070 container :
7171 image : ilegeul/ubuntu:arm64v8-18.04-xbb-v5.2.1
7272 defaults :
@@ -114,7 +114,7 @@ jobs:
114114 linux-arm64-upload :
115115 name : ' linux-arm64 gcc ${{ github.event.inputs.version }} upload'
116116 timeout-minutes : 2880 # 2 days
117- runs-on : [self-hosted, linux, arm64, xbbla]
117+ runs-on : [self-hosted, linux, arm64, xbbla, xbblax ]
118118 container :
119119 defaults :
120120 run :
@@ -166,7 +166,7 @@ jobs:
166166
167167 linux-arm64-test :
168168 name : ' linux-arm64 gcc ${{ github.event.inputs.version }} test'
169- runs-on : [self-hosted, linux, arm64, xbbla]
169+ runs-on : [self-hosted, linux, arm64, xbbla, xbblax ]
170170 needs : [linux-arm64-upload]
171171
172172 steps :
@@ -186,7 +186,7 @@ jobs:
186186
187187 # https://github.com/actions/checkout
188188 - name : ' Checkout project'
189- uses : actions/checkout@v3 # v3 for 18.04
189+ uses : actions/checkout@v4
190190 with :
191191 fetch-depth : 3
192192
@@ -205,7 +205,7 @@ jobs:
205205 args : /github/workspace/scripts/test.sh --image debian --version ${{ github.event.inputs.version }} --base-url pre-release
206206
207207 - name : Upload platform tests report
208- uses : actions/upload-artifact@v3 # v3 for 18.04
208+ uses : actions/upload-artifact@v4
209209 with :
210210 name : tests-report-linux-arm64
211211 path : ${{ github.workspace }}/build/linux-arm64/artefacts/tests-report-*.md
0 commit comments