File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ on: # yamllint disable-line rule:truthy
1010jobs :
1111 update-and-push :
1212 runs-on : ubuntu-latest
13- container : registry.fedoraproject.org/fedora:42
13+ container : registry.fedoraproject.org/fedora:43
1414 steps :
1515 - name : Update go.mod and open a PR
1616 env :
Original file line number Diff line number Diff line change @@ -19,13 +19,12 @@ jobs:
1919 matrix :
2020 fedora_version :
2121 - name : previous
22- version : 42
23- - name : current
2422 version : 43
25- # Enable this when we get osbuild rpm builds for Fedora 44
26- # - name: rawhide
27- # version: rawhide
28- # continue-on-error: true
23+ - name : current
24+ version : 44
25+ - name : rawhide
26+ version : rawhide
27+ continue-on-error : true
2928 fail-fast : false # if one fails, keep the other(s) running
3029 name : " 🛃 Unit tests (Fedora ${{ matrix.fedora_version.name }})"
3130 runs-on : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments