Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/blivet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: blivet-tests
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
env:
CI_CONTAINER: libblockdev-ci-blivet-tests
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
jobs:
build:
name: compilation
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04

strategy:
fail-fast: false
matrix:
compiler: ['gcc-10', 'gcc-11', 'gcc-12', 'gcc-13', 'gcc-14',
'clang-14', 'clang-15', 'clang-16', 'clang-17', 'clang-18']
compiler: ['gcc-11', 'gcc-12', 'gcc-13', 'gcc-14', 'gcc-15', 'gcc-16',
'clang-17', 'clang-18', 'clang-19', 'clang-20', 'clang-21', 'clang-22']

steps:
- uses: actions/checkout@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: spelling
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
env:
CI_CONTAINER: libblockdev-ci-spelling
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: symbols
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
env:
CI_CONTAINER: libblockdev-ci-symbols
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/udisks-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: udisks-build
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
env:
CI_CONTAINER: libblockdev-ci-udisks-build
steps:
Expand Down
Loading