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