Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move CI to Ubuntu 24.04 #319

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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