From bfb7967b306a3ef6c65d723875bbe74d911b6a95 Mon Sep 17 00:00:00 2001 From: Marcel Taeumel Date: Fri, 3 May 2024 09:22:46 +0200 Subject: [PATCH] Use macos-11 runner for backwards compatibility --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4338cf9..61413f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: [push, pull_request] jobs: # This workflow contains a single job called "build" build: - runs-on: macos-latest + runs-on: macos-11 #macos-latest strategy: matrix: # Create one build with StarTrack and one without (StarTrack is used to collect data for a chair's user study)