Skip to content

Commit

Permalink
Don't use Fedora development version in GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Mar 13, 2024
1 parent a2b64e0 commit c1a8006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
distro: ['fedora:latest', 'fedora:rawhide', 'ubuntu:latest']
distro: ['fedora:latest', 'ubuntu:latest']
cxx: ['g++', 'clang++']
cxx_extra_flags: ['']
cmake_build_type: ['Release', 'Debug']
Expand Down

0 comments on commit c1a8006

Please sign in to comment.