We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde7a17 commit 86fd54dCopy full SHA for 86fd54d
.github/workflows/linux.yml
@@ -60,10 +60,10 @@ on:
60
jobs:
61
fedora:
62
name: Fedora
63
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
64
if: ${{ !contains(github.ref, '/debian/') }}
65
container:
66
- image: fedora:latest
+ image: fedora:41
67
options: --privileged
68
steps:
69
- name: Configure container environment
@@ -96,7 +96,7 @@ jobs:
96
killall xvfb-run
97
debian:
98
name: Debian
99
100
strategy:
101
fail-fast: false
102
if: ${{ !contains(github.ref, '/fedora/') }}
.github/workflows/sonar.yml
@@ -8,7 +8,7 @@ on:
8
9
sonarcloud:
10
name: SonarCloud
11
12
13
- uses: actions/checkout@v3
14
with:
0 commit comments