Skip to content

Commit e1242c7

Browse files
authored
Pin to specific versions of GitHub Actions Runners (#349)
1 parent 18efe40 commit e1242c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
os: [macos-latest, ubuntu-latest, windows-latest]
22+
os: [macos-12, ubuntu-20.04, windows-2022]
2323
steps:
2424
- uses: actions/checkout@v4
2525
with:

0 commit comments

Comments
 (0)