Skip to content

Commit

Permalink
Pin GitHub Actions runners to a specific version (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Nov 14, 2023
1 parent f34a7c9 commit b67ab26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/exercises.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
os: ['ubuntu-22.04', 'macos-12']
perl: ['5.38', '5.36', '5.34', '5.32', '5.30', '5.28', '5.26', '5.24', '5.22', '5.20']
include:
- os: 'windows-latest'
- os: 'windows-2022'
perl: '5.32'

name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
generator:
env:
TS_MAX_DELTA: 3
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b67ab26

Please sign in to comment.