From 08269a680dc518c447da3dbdb16345bd7b382c91 Mon Sep 17 00:00:00 2001 From: Mike Solar Date: Fri, 21 Aug 2026 23:26:11 +0800 Subject: [PATCH] ci: use AWS instead of warpbuild --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b35bf8b1..ced1741d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,9 +23,8 @@ jobs: fail-fast: false matrix: os: - - warp-ubuntu-latest-x64-8x - - warp-macos-15-arm64-6x - - warp-windows-latest-x64-16x + - ubuntu-latest + - windows-latest steps: - name: Checkout