Skip to content

Commit

Permalink
To avoid deprecation, bump runner to macos-12 and upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Sep 26, 2024
1 parent 6cb0d57 commit 1ee458f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 1ee458f

Please sign in to comment.