From 363be185795d8887dd3045189454aedf96aa75b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kalle=20Ahlstr=C3=B6m?= Date: Sat, 11 May 2024 20:35:13 +0300 Subject: [PATCH] use macos in CI --- .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 aea7af7..65b98f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ env: jobs: build_and_test: name: Rust project - latest - runs-on: ubuntu-latest + runs-on: macos-latest strategy: matrix: toolchain: