Skip to content

Commit

Permalink
Update Ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Feb 14, 2025
1 parent 8ce29fc commit 145b7b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 145b7b6

Please sign in to comment.