diff --git a/.github/workflows/cpp-python-build.yml b/.github/workflows/cpp-python-build.yml index 792f1c8e6..bd1d0dd67 100644 --- a/.github/workflows/cpp-python-build.yml +++ b/.github/workflows/cpp-python-build.yml @@ -68,13 +68,13 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04] + os: [ubuntu-24.04] expat: [ON, OFF] shared_libs: [ON, OFF] build_julia: [OFF] display_stack_trace: [ON] include: - - os: ubuntu-20.04 + - os: ubuntu-22.04 expat: OFF shared_libs: OFF build_julia: ON @@ -173,7 +173,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ macos-13, ubuntu-22.04, windows-latest ] + os: [ macos-13, ubuntu-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: - name: Checkout JSBSim