From e964a13887a7073d64fd9cb94e347fa5db3d63b0 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Mon, 4 Mar 2024 18:37:06 +0000 Subject: [PATCH] chore: flakebox update --- .config/flakebox/id | 2 +- .github/workflows/flakebox-ci.yml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.config/flakebox/id b/.config/flakebox/id index c2487622..c805c8fe 100644 --- a/.config/flakebox/id +++ b/.config/flakebox/id @@ -1 +1 @@ -4554d31c5e79420d5b097aad56a49a1c61bb89f32d6b93fb5ff4d0677bc9b587e3426e881d01f5551ff816cfcec2941d0529130f491f6098abb64e6c28592c94 +9501c5c269226a4ea1bca7043d0b0cbe88e451514e3d43c089f74880a8a482980b414fb9d8f933589b2a1598f79fbc5646cca86da35e49ec694f6070a7ff53e5 diff --git a/.github/workflows/flakebox-ci.yml b/.github/workflows/flakebox-ci.yml index f14b1911..5c56f4e2 100644 --- a/.github/workflows/flakebox-ci.yml +++ b/.github/workflows/flakebox-ci.yml @@ -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