From 256aa855d83585d090fe4bfa07817e6ed64d1f75 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Fri, 26 May 2023 10:41:08 -0500 Subject: [PATCH] Adjust macOS version update deadline (#11988) --- .github/workflows/fleetctl-workstations-canary.yml | 5 +++-- .github/workflows/fleetctl-workstations.yml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fleetctl-workstations-canary.yml b/.github/workflows/fleetctl-workstations-canary.yml index fdb0c921ee..cec3da8b25 100644 --- a/.github/workflows/fleetctl-workstations-canary.yml +++ b/.github/workflows/fleetctl-workstations-canary.yml @@ -10,6 +10,7 @@ on: - main paths: - "mdm_profiles/**.mobileconfig" + - ".github/workflows/fleetctl-workstations-canary.yml" workflow_dispatch: # Manual # This allows a subsequently queued workflow run to interrupt previous runs @@ -43,6 +44,6 @@ jobs: FLEET_TEAM_NAME: 💻🐣 Workstations (canary) MDM_CONFIG_REPO: fleetdm/fleet MDM_CONFIG_DIRECTORY: mdm_profiles - MAC_OS_MIN_VERSION: '13.4.0' - MAC_OS_VERSION_DEADLINE: 2023-05-15 + MAC_OS_MIN_VERSION: "13.4.0" + MAC_OS_VERSION_DEADLINE: 2023-06-01 MAC_OS_ENABLE_DISK_ENCRYPTION: true diff --git a/.github/workflows/fleetctl-workstations.yml b/.github/workflows/fleetctl-workstations.yml index f67b9dbbc8..ae77928a22 100644 --- a/.github/workflows/fleetctl-workstations.yml +++ b/.github/workflows/fleetctl-workstations.yml @@ -10,6 +10,7 @@ on: - main paths: - "mdm_profiles/**.mobileconfig" + - ".github/workflows/fleetctl-workstations.yml" workflow_dispatch: # Manual # This allows a subsequently queued workflow run to interrupt previous runs @@ -44,5 +45,5 @@ jobs: MDM_CONFIG_REPO: fleetdm/fleet MDM_CONFIG_DIRECTORY: mdm_profiles MAC_OS_MIN_VERSION: 13.4.0 - MAC_OS_VERSION_DEADLINE: '2023-05-26' + MAC_OS_VERSION_DEADLINE: "2023-06-02" MAC_OS_ENABLE_DISK_ENCRYPTION: true