diff --git a/.github/workflows/compatibility_tests.yml b/.github/workflows/compatibility_tests.yml index 7ce4a137..384d057a 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 7cf09d49..469004e1 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 194c1d6c..d0965742 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