Skip to content

Commit

Permalink
Use macos-11 runner for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel authored May 3, 2024
1 parent 81fe88e commit bfb7967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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-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)
Expand Down

0 comments on commit bfb7967

Please sign in to comment.