mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-25 16:44:46 +01:00
chore: flakebox update
This commit is contained in:
8
.github/workflows/flakebox-ci.yml
vendored
8
.github/workflows/flakebox-ci.yml
vendored
@@ -17,15 +17,19 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
host:
|
||||
- macos
|
||||
- macos-x86_64
|
||||
- macos-aarch64
|
||||
- linux
|
||||
include:
|
||||
- host: linux
|
||||
runs-on: ubuntu-latest
|
||||
timeout: 60
|
||||
- host: macos
|
||||
- host: macos-x86_64
|
||||
runs-on: macos-12
|
||||
timeout: 60
|
||||
- host: macos-aarch64
|
||||
runs-on: macos-14
|
||||
timeout: 60
|
||||
timeout-minutes: ${{ matrix.timeout }}
|
||||
flake:
|
||||
name: Flake self-check
|
||||
|
||||
Reference in New Issue
Block a user