From 1ee458f9d4a85bfac08976cf77425321279cb7da Mon Sep 17 00:00:00 2001 From: Marcel Taeumel Date: Thu, 26 Sep 2024 13:07:36 +0200 Subject: [PATCH] To avoid deprecation, bump runner to macos-12 and upload-artifact to v4 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61413f3..3485dcd 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-11 #macos-latest + runs-on: macos-12 #macos-latest strategy: matrix: # Create one build with StarTrack and one without (StarTrack is used to collect data for a chair's user study) @@ -37,7 +37,7 @@ jobs: LECTURE: SWT YEAR: 2024 - name: Upload Image - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: packages path: |