Skip to content

Commit

Permalink
Downgrade Actions OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioGuilherme66 committed Jan 29, 2025
1 parent fde7a17 commit 86fd54d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ on:
jobs:
fedora:
name: Fedora
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ !contains(github.ref, '/debian/') }}
container:
image: fedora:latest
image: fedora:41
options: --privileged
steps:
- name: Configure container environment
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
killall xvfb-run
debian:
name: Debian
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
if: ${{ !contains(github.ref, '/fedora/') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 86fd54d

Please sign in to comment.