diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7732325d..e86e4608 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: ci: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: purcell/setup-emacs@ac5a5667ef01c598f55e66e0b0abdad5d825daf8 diff --git a/.github/workflows/configlet-sync.yml b/.github/workflows/configlet-sync.yml index 28dc20ed..ae66f3cc 100644 --- a/.github/workflows/configlet-sync.yml +++ b/.github/workflows/configlet-sync.yml @@ -9,7 +9,7 @@ jobs: configlet: if: github.repository_owner == 'exercism' # Stops this job from running on forks timeout-minutes: 30 - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2