Skip to content

Commit

Permalink
Fix xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
rgryta committed Oct 23, 2024
1 parent d3a94d6 commit cae9f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: maxim-lobanov/[email protected]
with:
xcode-version: '16.1'
xcode-version: '16.1.0'

- name: Build the library
run: ./gradlew build --no-daemon --stacktrace --info --scan
Expand All @@ -45,4 +45,4 @@ jobs:
env:
USERNAME: ${{ secrets.USERNAME }}
TOKEN: ${{ secrets.TOKEN }}
run: ./gradlew publish --no-daemon --stacktrace --info --scan
run: ./gradlew publish --no-daemon --stacktrace --info --scan

0 comments on commit cae9f49

Please sign in to comment.