Bump ubuntu-latest to ubuntu-24.04

This commit is contained in:
Alexis Métaireau 2025-01-16 12:02:14 +01:00
parent 02602b072a
commit d07b5f23e3
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E
6 changed files with 11 additions and 11 deletions

View file

@ -29,7 +29,7 @@ env:
jobs:
build-dev-environment:
name: "Build dev-env (${{ matrix.distro }}-${{ matrix.version }})"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
include:

View file

@ -4,7 +4,7 @@ on:
jobs:
prevent-fixup-commits:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
target: debian-bookworm
distro: debian
@ -19,7 +19,7 @@ jobs:
git log --pretty=format:%s origin/main..HEAD | grep -ie '^fixup\|^wip' && exit 1 || true
check-changelog:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
@ -32,4 +32,4 @@ jobs:
run: |
if git diff --exit-code "origin/${BASE_REF}" -- CHANGELOG.md; then
echo "::warning::No CHANGELOG.md modifications were found in this pull request."
fi
fi

View file

@ -14,7 +14,7 @@ on:
jobs:
install-from-apt-repo:
name: "Install Dangerzone on ${{ matrix.distro}} ${{ matrix.version }}"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: ${{ matrix.distro }}:${{ matrix.version }}
strategy:
matrix:
@ -75,7 +75,7 @@ jobs:
install-from-yum-repo:
name: "Install Dangerzone on ${{ matrix.distro}} ${{ matrix.version }}"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: ${{ matrix.distro }}:${{ matrix.version }}
strategy:
matrix:

View file

@ -5,7 +5,7 @@ on:
jobs:
close-issues:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
issues: write
steps:

View file

@ -10,7 +10,7 @@ on:
jobs:
security-scan-container:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
@ -54,7 +54,7 @@ jobs:
severity-cutoff: critical
security-scan-app:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4

View file

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
include:
- runs-on: ubuntu-latest
- runs-on: ubuntu-24.04
arch: i686
# Do not scan Silicon mac for now to avoid masking release scan results for other plaforms.
# - runs-on: macos-latest
@ -55,7 +55,7 @@ jobs:
severity-cutoff: critical
security-scan-app:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4