diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b22b32..e1bd8e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: ci on: [push] jobs: tests: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -11,4 +11,4 @@ jobs: - name: Install npm dependencies run: npm install - name: linter readme.md - run: npm run lint:markdown \ No newline at end of file + run: npm run lint:markdown