diff --git a/.github/workflows/build_munki.yml b/.github/workflows/build_munki.yml index 36ffcca..12494f7 100644 --- a/.github/workflows/build_munki.yml +++ b/.github/workflows/build_munki.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: 6c27df483175787be2c6ccf219e61fa606900112 # hardcoded for now until we figure out how we want to tackle this - v6.2.1 + REVISION: 495e0e31b42430973e5b0d9115db5e56f3edced8 # hardcoded for now until we figure out how we want to tackle this - v6.3.1 XCODE_PATH: "/Applications/Xcode_14.2.app" on: [workflow_dispatch]