Skip to content

Commit 86fd54d

Browse files
Downgrade Actions OSes
1 parent fde7a17 commit 86fd54d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ on:
6060
jobs:
6161
fedora:
6262
name: Fedora
63-
runs-on: ubuntu-latest
63+
runs-on: ubuntu-22.04
6464
if: ${{ !contains(github.ref, '/debian/') }}
6565
container:
66-
image: fedora:latest
66+
image: fedora:41
6767
options: --privileged
6868
steps:
6969
- name: Configure container environment
@@ -96,7 +96,7 @@ jobs:
9696
killall xvfb-run
9797
debian:
9898
name: Debian
99-
runs-on: ubuntu-latest
99+
runs-on: ubuntu-22.04
100100
strategy:
101101
fail-fast: false
102102
if: ${{ !contains(github.ref, '/fedora/') }}

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
sonarcloud:
1010
name: SonarCloud
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v3
1414
with:

0 commit comments

Comments
 (0)