Skip to content

Commit

Permalink
downgrade to 2019 on win
Browse files Browse the repository at this point in the history
  • Loading branch information
himwho committed Jan 22, 2024
1 parent e055144 commit d5ef5a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest]
os: [macos-latest, windows-2019]

steps:
- name: Setup cmake
Expand Down
4 changes: 4 additions & 0 deletions Resources/com.mach1.spatial.orientationmanager.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@
<string>/Library/Application Support/Mach1/m1-orientationmanager</string>
<string>--no-gui</string>
</array>
<key>StandardErrorPath</key>
<string>/Library/Application Support/Mach1/m1-spatialsystem.log</string>
<key>StandardOutPath</key>
<string>/Library/Application Support/Mach1/m1-spatialsystem.log</string>
</dict>
</plist>

0 comments on commit d5ef5a9

Please sign in to comment.