@@ -147,24 +147,24 @@ jobs:
147147 # https://hub.docker.com/_/fedora
148148 # `-static` disabled, there is no static libc.a.
149149 fedora-arm64 :
150- name : ' arm64 GNU RISC-V Embedded GCC ${{ github.event.inputs.version }} test on Fedora 34, 32 , 30, 27 stable'
150+ name : ' arm64 GNU RISC-V Embedded GCC ${{ github.event.inputs.version }} test on Fedora 35, 33 , 30, 27 stable'
151151 runs-on : [self-hosted, Linux, Arm64]
152152 steps :
153153 - name : ' Checkout'
154154 uses : actions/checkout@v2
155155 with :
156156 fetch-depth : 3
157157 submodules : true
158- - name : ' Fedora 34 arm64'
159- uses : docker://fedora:34
158+ - name : ' Fedora 35 arm64'
159+ uses : docker://fedora:35
160160 with :
161161 entrypoint : /bin/bash
162- args : /github/workspace/scripts/helper/tests/native-test.sh --image fedora:34 --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
163- - name : ' Fedora 32 arm64'
164- uses : docker://fedora:32
162+ args : /github/workspace/scripts/helper/tests/native-test.sh --image fedora:35 --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
163+ - name : ' Fedora 33 arm64'
164+ uses : docker://fedora:33
165165 with :
166166 entrypoint : /bin/bash
167- args : /github/workspace/scripts/helper/tests/native-test.sh --image fedora:32 --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
167+ args : /github/workspace/scripts/helper/tests/native-test.sh --image fedora:33 --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
168168 - name : ' Fedora 30 arm64'
169169 uses : docker://fedora:30
170170 with :
0 commit comments