Skip to content

Commit

Permalink
Pin GitHub Actions runners to a specific version (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Nov 14, 2023
1 parent 8f6097e commit 5be38c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
ci:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: purcell/setup-emacs@ac5a5667ef01c598f55e66e0b0abdad5d825daf8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/configlet-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5be38c5

Please sign in to comment.