diff --git a/.github/workflows/compatibility_tests.yml b/.github/workflows/compatibility_tests.yml index 1a905f9..ebd9bf7 100644 --- a/.github/workflows/compatibility_tests.yml +++ b/.github/workflows/compatibility_tests.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Xcode - uses: maxim-lobanov/setup-xcode@v1 + uses: OpenSwiftUIProject/OpenSwiftUI/.github/actions/setup-xcode@main with: xcode-version: ${{ matrix.xcode-version }} - name: Set up build environment diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index e150a2d..bb161b4 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Xcode - uses: maxim-lobanov/setup-xcode@v1 + uses: OpenSwiftUIProject/OpenSwiftUI/.github/actions/setup-xcode@main with: xcode-version: ${{ matrix.xcode-version }} - name: Swift version diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3dbfc5c..5a76e22 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Xcode - uses: maxim-lobanov/setup-xcode@v1 + uses: OpenSwiftUIProject/OpenSwiftUI/.github/actions/setup-xcode@main with: xcode-version: ${{ matrix.xcode-version }} - name: Set up build environment