Skip to content

Commit

Permalink
CI: bump fedora version to 39
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti committed Dec 19, 2023
1 parent ba8b331 commit da9c404
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
matrix:
os: [ubuntu-22.04]
container: ['fedora']
containerTag: ['37']
containerTag: ['39']
cc: [gcc]
cxx: [g++]
buildType: [RelWithDebInfo]
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
# unittest coverage
- os: ubuntu-22.04
container: 'fedora'
containerTag: 37
containerTag: 39
cc: gcc
cxx: g++
buildType: Coverage
Expand All @@ -404,7 +404,7 @@ jobs:
# clang
- os: ubuntu-22.04
container: 'fedora'
containerTag: 37
containerTag: 39
cc: clang
cxx: clang++
buildType: RelWithDebInfo
Expand All @@ -414,7 +414,7 @@ jobs:
shards: 2
- os: ubuntu-22.04
container: 'fedora'
containerTag: 37
containerTag: 39
cc: clang
cxx: clang++
buildType: RelWithDebInfo
Expand Down Expand Up @@ -773,7 +773,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
container: ['fedora']
containerTag: ['37']
containerTag: ['39']
buildType: [RelWithDebInfo]
protonGitRef:
- ${{ github.event.inputs.protonBranch || 'main' }}
Expand Down

0 comments on commit da9c404

Please sign in to comment.