diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84b9834..a104078 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: iOS: runs-on: macos-13 env: - DEVELOPER_DIR: '/Applications/Xcode_15.1.app/Contents/Developer' + DEVELOPER_DIR: '/Applications/Xcode_15.0.1.app/Contents/Developer' steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1