From ea934424ae934948340ce13576d7ce254fd17b4d Mon Sep 17 00:00:00 2001 From: Joanne Stableford <59930035+JoStableford@users.noreply.github.com> Date: Wed, 2 Aug 2023 18:22:46 -0400 Subject: [PATCH] Update fleetctl-workstations-canary min OS to macOS 13.5 (#13108) --- .github/workflows/fleetctl-workstations-canary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fleetctl-workstations-canary.yml b/.github/workflows/fleetctl-workstations-canary.yml index be06bba169..d67951dae7 100644 --- a/.github/workflows/fleetctl-workstations-canary.yml +++ b/.github/workflows/fleetctl-workstations-canary.yml @@ -44,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.1" - MAC_OS_VERSION_DEADLINE: 2023-06-26 + MAC_OS_MIN_VERSION: "13.5" + MAC_OS_VERSION_DEADLINE: 2023-08-09 MAC_OS_ENABLE_DISK_ENCRYPTION: true