diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bccbf12a..49eb0060 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: os: "ubuntu-latest" target: "x86_64-unknown-linux-gnu" - name: "mac" - os: ["macOS", "gpu"] + os: "macos-14" target: "aarch64-apple-darwin" - name: "windows" os: "windows-latest"