github use stable generic macos instead of intel toolchain

This commit is contained in:
Ivan Folgueira Bande 2025-10-02 00:04:06 +02:00
parent 6e38c18aec
commit 399a39b7df
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -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