From b42176d7e09dc0374a9c37db50c7200cca38544a Mon Sep 17 00:00:00 2001 From: augmentedmode Date: Wed, 16 Oct 2024 22:00:17 -0400 Subject: [PATCH] fix: update ubuntu version --- .github/workflows/build-lint-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index 89ba476..2e27579 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -6,7 +6,7 @@ on: jobs: prepare: name: Prepare - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3 - name: Use Node.js @@ -19,7 +19,7 @@ jobs: build: name: Build - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: - prepare strategy: @@ -44,7 +44,7 @@ jobs: lint: name: Lint - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: - prepare strategy: @@ -76,7 +76,7 @@ jobs: test: name: Run Playwright tests timeout-minutes: 60 - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: - prepare strategy: