Skip to content

Commit

Permalink
Moved CI to use F41 (skupperproject#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshmurthy authored Dec 10, 2024
1 parent 82179cc commit 9e32088
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ jobs:
matrix:
os: [ubuntu-latest]
container: ['fedora']
containerTag: ['40']
containerTag: ['41']
cc: [gcc]
cxx: [g++]
python: [python3.11]
Expand Down Expand Up @@ -561,7 +561,7 @@ jobs:
# # unittest coverage
# - os: ubuntu-latest
# container: 'fedora'
# containerTag: 40
# containerTag: 41
# cc: gcc
# cxx: g++
# python: python3.12
Expand All @@ -575,7 +575,7 @@ jobs:
# # clang
#- os: ubuntu-latest
# container: 'fedora'
# containerTag: 40
# containerTag: 41
# cc: clang
# cxx: clang++
# python: python3.11
Expand All @@ -586,7 +586,7 @@ jobs:
# shards: 2
#- os: ubuntu-latest
# container: 'fedora'
# containerTag: 40
# containerTag: 41
# cc: clang
# cxx: clang++
# python: python3.11
Expand Down

0 comments on commit 9e32088

Please sign in to comment.