From e1242c7029d8207d5e69ec3a13e531b57b65b046 Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Sat, 22 Jun 2024 19:51:24 +0000 Subject: [PATCH] Pin to specific versions of GitHub Actions Runners (#349) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79e17ada..425f0e38 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: