From 235d52e9e15bda414d238169eb15bc1824b86693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeromos=20Kov=C3=A1cs?= Date: Sun, 17 Nov 2024 00:53:48 +0100 Subject: [PATCH] misc(ci): renamed macos-14 to macos-latest (currently the same) to be consistent --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f902fbd..a0e7f17 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: include: - - os: macos-14 + - os: macos-latest target: aarch64-apple-darwin - os: ubuntu-latest target: x86_64-unknown-linux-gnu