From 6c4fbc79c3123f17d4cbbc9017dca7ca04dc4060 Mon Sep 17 00:00:00 2001 From: Vedant <83997633+vedantmgoyal9@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:48:45 +0530 Subject: [PATCH] macos-latest now points to macos-14 by default --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index b13207f..2b65b70 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -36,7 +36,7 @@ jobs: dotnet-runtime: osx-x64 rust-target: x86_64-apple-darwin bin-suffix: macos-x64 - - os: macos-14 + - os: macos-latest dotnet-runtime: osx-arm64 rust-target: aarch64-apple-darwin bin-suffix: macos-arm64