From 5cb53adccf4394ade28129474471624df687be3c Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Thu, 9 Nov 2023 16:19:04 +0100 Subject: [PATCH] Pin GitHub Actions runners to a specific version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6065c66f..c6c4f774 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ on: jobs: precheck: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -36,7 +36,7 @@ jobs: shell: Rscript {0} ci: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: