Skip to content

Commit

Permalink
Update to ubuntu24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Jan 20, 2025
1 parent c2437e1 commit 1b2346d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-rti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
native-build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-24.04, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}

steps:
Expand All @@ -19,7 +19,7 @@ jobs:
run: .github/scripts/build-rti.sh -DAUTH=ON

docker-build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Check out reactor-c repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-trace-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
run:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-24.04, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
platform: [ubuntu-24.04, macos-latest]
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit 1b2346d

Please sign in to comment.