Skip to content

Commit

Permalink
Merge pull request CVMix#101 from mnlevy1981/fix_ci
Browse files Browse the repository at this point in the history
Force testing to use ubuntu 22.04
  • Loading branch information
mnlevy1981 authored Jan 8, 2025
2 parents 99317c1 + 5f29690 commit ff9357e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/run_test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ name: CVMix CI
on: [push, pull_request]
jobs:
CVMix-Testing:
runs-on: ubuntu-latest

strategy:
matrix:
python-version:
- 3.9
runs-on: ubuntu-22.04 # tests fail on 24.04 due to nc-config --flibs returning empty string

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ff9357e

Please sign in to comment.