mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
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:
parent
d1992aa983
commit
96479c5731
1 changed files with 1 additions and 8 deletions
9
.github/workflows/fleetctl-preview.yml
vendored
9
.github/workflows/fleetctl-preview.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue