From 9027647fc11571d1c97cdfda0a2c5aecbdf81f0b Mon Sep 17 00:00:00 2001 From: Daniel Eades Date: Mon, 2 Dec 2024 19:11:01 +0000 Subject: [PATCH] fix(ci): fix the name of the CI runners --- .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 eda7c51..4083dc7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [linux, macos, windows] + os: [ubuntu-latest, macos-latest, windows-latest] rust: [stable] include: - os: ubuntu-latest