From c74435b2cd01220a824f543010376c726fbb62bb Mon Sep 17 00:00:00 2001 From: Yury Korolev Date: Sat, 2 Dec 2023 09:33:21 +0300 Subject: [PATCH] Once again --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21448dc6..5535e3ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: matrix: os: [macos-13-arm64, macos-13] + runs-on: ${{ matrix.os }} + steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable