From dddc885b5762f465c14cc97ab956b8a986c7c049 Mon Sep 17 00:00:00 2001 From: i0n Date: Mon, 11 Nov 2024 13:09:36 +0000 Subject: [PATCH] fix: set os to macos-13 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d828aa..1fde0c6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: include: - os: ubuntu-latest toolchain: stable-x86_64-unknown-linux-gnu - - os: macos-latest + - os: macos-13 toolchain: stable-x86_64-apple-darwin env: - RUSTFLAGS: -C link-args=-framework CoreFoundation -framework Security -framework CoreServices @@ -48,7 +48,7 @@ jobs: include: - os: ubuntu-latest toolchain: stable-x86_64-unknown-linux-gnu - - os: macos-latest + - os: macos-13 toolchain: stable-x86_64-apple-darwin env: - RUSTFLAGS: -C link-args=-framework CoreFoundation -framework Security -framework CoreServices