diff --git a/.github/workflows/containerization-build-template.yml b/.github/workflows/containerization-build-template.yml index b57f85d8..1c64539b 100644 --- a/.github/workflows/containerization-build-template.yml +++ b/.github/workflows/containerization-build-template.yml @@ -22,7 +22,7 @@ jobs: contents: read packages: write env: - DEVELOPER_DIR: "/Applications/Xcode_26.b1.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode-latest.app/Contents/Developer" steps: - name: Checkout repository