From 3c32e7e3d8a72be1ee27f64ceb6bf13edd348a77 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Tue, 5 Nov 2024 11:11:18 +0100 Subject: [PATCH] chore: Fix variable refering to older macOS I missed it since it was capitalized differently and uploading artifacts failed --- .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 f7b284707..1eb8c7ea6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: include: - os: ubuntu-20.04 artifact: bloop-linux - - os: macos-12 + - os: macOS-13 artifact: bloop-macos - os: macos-14 artifact: bloop-macos-m1