Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit ee37d60

Browse files
committed
re-generate workflows
1 parent 8454123 commit ee37d60

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test-docker-linux-intel.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,24 +163,24 @@ jobs:
163163
# https://hub.docker.com/_/fedora
164164
# `-static` disabled, there is no static libc.a.
165165
fedora-x64:
166-
name: 'x64 GNU RISC-V Embedded GCC ${{ github.event.inputs.version }} test on Fedora 34, 32, 30, 25, 20, stable'
166+
name: 'x64 GNU RISC-V Embedded GCC ${{ github.event.inputs.version }} test on Fedora 35, 33, 30, 25, 20, stable'
167167
runs-on: ubuntu-latest
168168
steps:
169169
- name: 'Checkout'
170170
uses: actions/checkout@v2
171171
with:
172172
fetch-depth: 3
173173
submodules: true
174-
- name: 'Fedora 34 x64'
175-
uses: docker://fedora:34
174+
- name: 'Fedora 35 x64'
175+
uses: docker://fedora:35
176176
with:
177177
entrypoint: /bin/bash
178-
args: /github/workspace/scripts/helper/tests/native-test.sh --image fedora:34 --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
179-
- name: 'Fedora 32 x64'
180-
uses: docker://fedora:32
178+
args: /github/workspace/scripts/helper/tests/native-test.sh --image fedora:35 --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
179+
- name: 'Fedora 33 x64'
180+
uses: docker://fedora:33
181181
with:
182182
entrypoint: /bin/bash
183-
args: /github/workspace/scripts/helper/tests/native-test.sh --image fedora:32 --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
183+
args: /github/workspace/scripts/helper/tests/native-test.sh --image fedora:33 --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
184184
- name: 'Fedora 30 x64'
185185
uses: docker://fedora:30
186186
with:

0 commit comments

Comments
 (0)