bugfix: orbit linux zenity progress windows (#24280)

This commit is contained in:
Tim Lee
2024-12-05 08:02:03 -07:00
committed by GitHub
parent 4f5fb80385
commit 7547dcb74e
11 changed files with 110 additions and 119 deletions
+2 -7
View File
@@ -213,13 +213,8 @@ jobs:
# Here we generate the Fleet Desktop and osqueryd targets for
# macOS which can only be generated from a macOS host.
build-macos-targets:
# Set macOS version to '12' (current equivalent to macos-latest) for
# building the binary. This ensures compatibility with macOS version 13 and
# later, avoiding runtime errors on systems using macOS 13 or newer.
#
# Note: Update this version to '13' once GitHub marks macOS 13 as stable
# or if we revise our minimum supported macOS version.
runs-on: macos-12
# Set macOS version to '13' for building the binary as Fleet's minimum supported macOS version.
runs-on: macos-13
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0