Skip to content

Commit

Permalink
ci: switch to latest Ubuntu and Fedora
Browse files Browse the repository at this point in the history
Signed-off-by: David Marchand <[email protected]>
  • Loading branch information
david-marchand committed Nov 15, 2024
1 parent 2518686 commit e151405
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,37 +36,37 @@ jobs:
fail-fast: false
matrix:
config:
- os: ubuntu-22.04
- os: ubuntu-24.04
compiler: gcc
mini: mini
- os: ubuntu-22.04
- os: ubuntu-24.04
compiler: gcc
checks: stdatomic
- os: ubuntu-22.04
- os: ubuntu-24.04
compiler: clang
checks: stdatomic
- os: ubuntu-22.04
- os: ubuntu-24.04
compiler: gcc
checks: debug+doc+examples+tests
- os: ubuntu-22.04
- os: ubuntu-24.04
compiler: clang
checks: asan+doc+tests
- os: ubuntu-22.04
- os: ubuntu-24.04
compiler: gcc
library: static
cross: i386
- os: ubuntu-22.04
- os: ubuntu-24.04
compiler: gcc
library: static
cross: mingw
- os: ubuntu-22.04
- os: ubuntu-24.04
compiler: gcc
library: shared
cross: aarch64
- os: ubuntu-22.04
- os: ubuntu-24.04
compiler: gcc
cross: ppc64le
- os: ubuntu-22.04
- os: ubuntu-24.04
compiler: gcc
cross: riscv64

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
fail-fast: false
matrix:
config:
- image: fedora:39
- image: fedora:40

steps:
- name: Generate various keys
Expand Down Expand Up @@ -211,9 +211,9 @@ jobs:
fail-fast: false
matrix:
config:
- image: fedora:39
- image: fedora:40
compiler: gcc
- image: fedora:39
- image: fedora:40
compiler: clang

steps:
Expand Down

0 comments on commit e151405

Please sign in to comment.