Skip to content

Commit 8153dcb

Browse files
Pin GitHub Actions runners to a specific version (#676)
1 parent 3de0bfc commit 8153dcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/exercises.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
11+
os: ['ubuntu-22.04', 'macos-12', 'windows-2022']
1212
name: Rakudo Star on ${{ matrix.os }}
1313
steps:
1414
- name: Checkout

.github/workflows/generator.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
generator:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v4

0 commit comments

Comments
 (0)