Skip to content

Commit

Permalink
[CI] Switch to ubuntu-22.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulchen-Panther committed Feb 11, 2025
1 parent 6ad9df1 commit ee3921e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
jobs:
build:
name: 🐧 ${{ matrix.os.description }} (${{ matrix.architecture[0] }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
jobs:
build:
name: 🐧 ${{ matrix.os.distribution }} ${{ matrix.os.version }} (${{ matrix.architecture[0] }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

check:
name: 🔀 Compare Repository with current master
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
build-apt-nightly: ${{ steps.apt-build-necessary.outputs.commit-has-changed }}
build-dnf-nightly: ${{ steps.dnf-build-necessary.outputs.commit-has-changed }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_deb_rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
publish:
name: ${{ inputs.publish && '🚀 Publish repository' || '📦 Assemble repository' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: fedora
steps:
Expand Down

0 comments on commit ee3921e

Please sign in to comment.