Skip to content

Commit

Permalink
ci: update base image "fedora:38" -> "fedora:39"
Browse files Browse the repository at this point in the history
  • Loading branch information
muxator authored and muxator committed Dec 6, 2023
1 parent 872a25c commit 838792f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-with-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
jobs:
build-with-cmake:
runs-on: ubuntu-22.04
# Use fedora:38 to compile using gcc-13
# Use fedora:39 to compile using gcc-13.2
container:
image: fedora:38
image: fedora:39
steps:
- name: Install build dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ on:
jobs:
functional-tests:
runs-on: ubuntu-22.04
# Use fedora:38 to compile using gcc-13
# Use fedora:39 to compile using gcc-13.2
container:
image: fedora:38
image: fedora:39
steps:
- name: Install build dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-and-examples-under-valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
jobs:
tests-and-examples-under-valgrind:
runs-on: ubuntu-22.04
# Use fedora:38 to compile using gcc-13
# Use fedora:39 to compile using gcc-13.2
container:
image: fedora:38
image: fedora:39
steps:
- name: Install build dependencies and Valgrind
run: |
Expand Down

0 comments on commit 838792f

Please sign in to comment.