From 4132c2f012b89c4a8d172dabd50f11ed7ff7ecd8 Mon Sep 17 00:00:00 2001 From: Erhan Kurubas Date: Fri, 3 May 2024 18:39:03 +0200 Subject: [PATCH] ci: fix github macos test runner --- .github/workflows/test_openocd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_openocd.yml b/.github/workflows/test_openocd.yml index 0b5fb50462..a71c4536b6 100644 --- a/.github/workflows/test_openocd.yml +++ b/.github/workflows/test_openocd.yml @@ -6,7 +6,7 @@ on: jobs: run-macos-host: name: Test OpenOCD on MacOS - runs-on: macos-latest + runs-on: macos-12 steps: - name: Checkout repository uses: actions/checkout@v4 @@ -19,7 +19,7 @@ jobs: run-linux-host: name: Test OpenOCD on Linux - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout repository uses: actions/checkout@v4