diff --git a/.github/workflows/build_munki.yml b/.github/workflows/build_munki.yml index fee3d9c..914099f 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: f0efc69780be1d732168c9ec12b55763013ac079 # hardcoded for now until we figure out how we want to tackle this - v6.6.0 + REVISION: aa41b00217d3f1eb02f8ac9f8a677071a29a92cd # hardcoded for now until we figure out how we want to tackle this - v6.6.0 XCODE_PATH: "/Applications/Xcode_15.2.app" on: [workflow_dispatch]