diff --git a/.github/workflows/compile-typespec-and-deploy.yml b/.github/workflows/compile-typespec-and-deploy.yml index 4603e13..35ace2d 100644 --- a/.github/workflows/compile-typespec-and-deploy.yml +++ b/.github/workflows/compile-typespec-and-deploy.yml @@ -6,7 +6,7 @@ on: jobs: compile: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: checkout uses: actions/checkout@v4 @@ -52,7 +52,7 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Deploy to GitHub Pages id: deployment diff --git a/.github/workflows/lint-openapi.yml b/.github/workflows/lint-openapi.yml index abe4149..f9a942a 100644 --- a/.github/workflows/lint-openapi.yml +++ b/.github/workflows/lint-openapi.yml @@ -4,7 +4,7 @@ on: jobs: check-format: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: checkout uses: actions/checkout@v4