Adjust macOS version update deadline (#11988)

This commit is contained in:
Luke Heath 2023-05-26 10:41:08 -05:00 committed by GitHub
parent eaaf346b54
commit 256aa855d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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