Skip to content

Commit

Permalink
use xcode clt 14.3.1 on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jun 19, 2024
1 parent ecc9d8b commit 9e692ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
echo "LDFLAGS=$ldflags" >> $GITHUB_ENV
fi
- uses: maxim-lobanov/setup-xcode@v1
if: runner.os == 'macOS'
with:
xcode-version: "14.3.1"

- uses: oprypin/find-latest-tag@v1
id: tag
with:
Expand Down

0 comments on commit 9e692ff

Please sign in to comment.