Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredWhiteOne committed Sep 9, 2024
1 parent b5ad0aa commit f140461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dolphin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
chmod +x ./build-mac.sh && ./build-mac.sh
windows:
name: Windows
runs-on: windows-latest
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DLINUX_LOCAL_DEV=true -DCMAKE_PREFIX_PATH=./Externals/Qt/Qt6.3.0/x64/lib/cmake/
cmake .. -DLINUX_LOCAL_DEV=true -DCMAKE_PREFIX_PATH=./Externals/Qt/Qt6.5.1/x64/lib/cmake/
- name: Build
run: |
Expand Down

0 comments on commit f140461

Please sign in to comment.