mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Adjust macOS version update deadline (#11988)
This commit is contained in:
parent
eaaf346b54
commit
256aa855d8
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
3
.github/workflows/fleetctl-workstations.yml
vendored
3
.github/workflows/fleetctl-workstations.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue