From 5608bb2ffec503bca064e3f5d039194d890505b5 Mon Sep 17 00:00:00 2001 From: Matthias Fasching <5011972+fasmat@users.noreply.github.com> Date: Tue, 21 May 2024 17:04:11 +0200 Subject: [PATCH] Pin versions of runner images (#45) --- .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 fa44e35..ed3a8b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,11 @@ jobs: strategy: matrix: os: - - ubuntu-latest + - ubuntu-22.04 - [self-hosted, linux-arm64] - macos-13 - [self-hosted, macos, arm64] - - windows-latest + - windows-2022 steps: - name: checkout uses: actions/checkout@v4