From 4b56a879f8fe5c225e5297bd33d5683244ff1747 Mon Sep 17 00:00:00 2001 From: SpaiR Date: Fri, 5 Jul 2024 10:13:06 +0300 Subject: [PATCH] fix macos build --- .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 8abbddfd..6be72f04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: rust-target: 1.79-x86_64-unknown-linux-gnu - os: windows-2019 rust-target: 1.79-x86_64-pc-windows-gnu - - os: macos-11 + - os: macos-latest rust-target: 1.79-x86_64-apple-darwin runs-on: ${{ matrix.os }} name: Build - ${{ matrix.os }}