Bump container for fleetctl preview GH Action (#31389)

22.04 has been removed as of today so we're currently skipping fleetctl
preview testing.
This commit is contained in:
Ian Littman 2025-07-29 13:25:41 -05:00 committed by GitHub
parent d1992aa983
commit 96479c5731
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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