From ece3ce35cdf8f6a1e2d251a7ab0ea06e5c894f9e Mon Sep 17 00:00:00 2001 From: Byeonggil Jun Date: Mon, 20 Jan 2025 07:36:34 -0700 Subject: [PATCH] Bump lf-ref and update to Ubuntu 24.04 --- .github/workflows/api-docs.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- lingua-franca-ref.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index a990a961d..ad83d792d 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70977c7c9..8fe01c9fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/lingua-franca-ref.txt b/lingua-franca-ref.txt index 8ba7da0a2..2c0c1ac72 100644 --- a/lingua-franca-ref.txt +++ b/lingua-franca-ref.txt @@ -1 +1 @@ -rti-DNET +ubuntu-24.04