Skip to content

Commit

Permalink
chore: fix mac plugin builds on CI
Browse files Browse the repository at this point in the history
by no longer using an old version of Visual Studio
that is no longer present on windows-latest.
  • Loading branch information
TheSlowGrowth committed Sep 4, 2024
1 parent 702c620 commit 42cba0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
cmake-version: '3.19.x'

- uses: maxim-lobanov/setup-xcode@v1
- uses: maxim-lobanov/setup-xcode
with:
xcode-version: latest-stable

Expand Down

0 comments on commit 42cba0b

Please sign in to comment.