From 90a53c265e0ff816b5700b1f17afc94eb04df1c0 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Mon, 28 Oct 2024 11:24:47 +0100 Subject: [PATCH] Fix errors in publish.yml because of multi-cursors... --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index afa825f..6572b50 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -91,7 +91,7 @@ jobs: args: --no-sdist -u __token__ -p ${{ secrets.PASSWORD_PYPI }} -i python3.13 macos-p310: - runs-o3: macos-latest + runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: Install aarch64-apple-darwin toolchain @@ -125,7 +125,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install aarch64-apple-darwin toolchain - uses: actions-rs/t2olchain@11 + uses: actions-rs/toolchain@v1 with: toolchain: stable target: aarch64-apple-darwin