Browse Source

Updated xcode version, 14.3 is not available anymore in github actions

Jesus Oliver 8 months ago
parent
commit
4402dc7778
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/main.yml

@@ -116,10 +116,10 @@ jobs:
           distribution: 'temurin'
           java-version: 11
 
-      - name: Setup the XCode version to 14.3.1 
+      - name: Setup the XCode version to 15.1.0 
         uses: maxim-lobanov/setup-xcode@v1
         with:
-          xcode-version: '14.3.1'
+          xcode-version: '15.1.0'
 
       # - name: Check jni
       #   run: find / -name jni.h