Skip to content

Commit

Permalink
Pin to specific versions of GitHub Actions Runners (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jun 22, 2024
1 parent 18efe40 commit e1242c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-12, ubuntu-20.04, windows-2022]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e1242c7

Please sign in to comment.