From 274fbec11ce02e7bf7424627308ca100edb75298 Mon Sep 17 00:00:00 2001 From: Joe Naegele Date: Wed, 21 Jan 2026 14:30:39 +0000 Subject: [PATCH] Remove deprecated macos-13 runner --- .github/workflows/ismrmrd_python_conda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ismrmrd_python_conda.yml b/.github/workflows/ismrmrd_python_conda.yml index aa0b240..8939ba0 100644 --- a/.github/workflows/ismrmrd_python_conda.yml +++ b/.github/workflows/ismrmrd_python_conda.yml @@ -12,7 +12,7 @@ jobs: build-conda-packages: strategy: matrix: - os: [ubuntu-latest, macos-latest, macos-13] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v5 @@ -39,4 +39,4 @@ jobs: for p in $(find build_pkg -name 'ismrmrd-python*.conda' -or -name 'ismrmrd-python*.tar.bz2') do ./publish_package.sh -u ismrmrd -t "$ANACONDA_TOKEN" -p "$p" - done \ No newline at end of file + done