Skip to content

Commit

Permalink
Merge pull request #319 from lf-lang/ubuntu-24.04
Browse files Browse the repository at this point in the history
Move CI to Ubuntu 24.04
  • Loading branch information
erlingrj authored Jan 23, 2025
2 parents e2b569f + ece3ce3 commit 534d0f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
gen-api-docs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
jest:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Check out reactor-ts repository
uses: actions/checkout@v3
Expand All @@ -26,7 +26,7 @@ jobs:
npm run test
lingua-franca:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Check out reactor-ts repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
./gradlew targetTest -Ptarget=TypeScript -Druntime="git://github.com/lf-lang/reactor-ts.git#${{ github.ref }}"
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Check out reactor-ts repository
uses: actions/checkout@v3
Expand All @@ -86,7 +86,7 @@ jobs:
npm run lint
prettier:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Check out reactor-ts repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion lingua-franca-ref.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rti-DNET
ubuntu-24.04

0 comments on commit 534d0f2

Please sign in to comment.