From 399a39b7df03ee8c01ec5e70b9be354fc0ca85c1 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Thu, 2 Oct 2025 00:04:06 +0200 Subject: [PATCH] github use stable generic macos instead of intel toolchain --- .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 72f97de..bb1d9c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: #- os: windows-latest # toolchain: stable-x86_64-pc-windows-gnu - os: macos-latest - toolchain: stable-x86_64-apple-darwin + toolchain: stable runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 @@ -48,7 +48,7 @@ jobs: #- os: windows-latest # toolchain: stable-x86_64-pc-windows-gnu - os: macos-latest - toolchain: stable-x86_64-apple-darwin + toolchain: stable runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3