From 60ae968e06ecfd0cfaa898f05b79b7c998c3e6af Mon Sep 17 00:00:00 2001 From: AmeKnite <104745335+ameknite@users.noreply.github.com> Date: Thu, 16 Nov 2023 19:43:20 -0600 Subject: [PATCH] check macos --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 216dbb77052ce..b425fb4e32df3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: # RUSTFLAGS: "-C debuginfo=0 -D warnings" ci: - runs-on: ubuntu-latest + runs-on: macos-latest timeout-minutes: 30 steps: - uses: actions/checkout@v4