diff --git a/.github/workflows/build_munki_beta.yml b/.github/workflows/build_munki_beta.yml index 50129fc..9b509c2 100644 --- a/.github/workflows/build_munki_beta.yml +++ b/.github/workflows/build_munki_beta.yml @@ -4,7 +4,7 @@ env: APP_SIGNING_IDENTITY: "Developer ID Application: Mac Admins Open Source (T4SK8ZXCXG)" INSTALLER_SIGNING_IDENTITY: "Developer ID Installer: Mac Admins Open Source (T4SK8ZXCXG)" NOTARY_APP_PASSWORD: ${{ secrets.NOTARY_APP_PASSWORD_MAOS }} - REVISION: 9e541a8e1a4ccd8df54df03c6e5495ebdb23b6f3 # hardcoded for now until we figure out how we want to tackle this - v6.5.0b1 + REVISION: 97a18b486879edcd152f0b9204872d1088e838a5 # hardcoded for now until we figure out how we want to tackle this - v6.5.0b2 XCODE_PATH: "/Applications/Xcode_15.2.app" on: [workflow_dispatch]