From 96479c5731239a3d860529d52fdf67dd77200fc6 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Tue, 29 Jul 2025 13:25:41 -0500 Subject: [PATCH] Bump container for fleetctl preview GH Action (#31389) 22.04 has been removed as of today so we're currently skipping fleetctl preview testing. --- .github/workflows/fleetctl-preview.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/fleetctl-preview.yml b/.github/workflows/fleetctl-preview.yml index 6ed10b9cc3..3fe92e867c 100644 --- a/.github/workflows/fleetctl-preview.yml +++ b/.github/workflows/fleetctl-preview.yml @@ -20,14 +20,7 @@ permissions: jobs: test-preview: timeout-minutes: 60 - strategy: - matrix: - # Only run on Linux because: - # - Linux Docker containers are not supported in Windows. - # - Unattended installation of Docker on macOS fails. (see - # https://github.com/docker/for-mac/issues/6450) - os: ubuntu-22.04 - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest steps: - name: Harden Runner