From 14e0dc9de2507b034764ec30124cc4ff0e94fd1d Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sat, 3 Jan 2026 20:01:10 -0500 Subject: [PATCH] [DATALAD RUNCMD] Switch to use macos-15-intel instead of -13 We managed to miss builds starting early Dec when -13 was entirely deprecated. And thus managed to miss latest release of git-annex and now causing broken test run installs in CI for datalad. Adding ARM build will be done separately, Let's first get this one back === Do not change lines below === { "chain": [], "cmd": "git sedi macos-13 macos-15-intel", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ --- .github/workflows/build-macos.yaml | 8 ++++---- .github/workflows/template/specs.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-macos.yaml b/.github/workflows/build-macos.yaml index ee75990643..7395b20397 100644 --- a/.github/workflows/build-macos.yaml +++ b/.github/workflows/build-macos.yaml @@ -24,7 +24,7 @@ env: jobs: build-package: - runs-on: macos-13 + runs-on: macos-15-intel outputs: build-version: ${{ steps.build-version.outputs.version }} steps: @@ -192,7 +192,7 @@ jobs: strategy: matrix: flavor: ["normal", "crippled-tmp", "custom-config1"] - os: [macos-13] + os: [macos-15-intel] include: [{"flavor": "normal", "os": "macos-latest"}] fail-fast: false steps: @@ -329,7 +329,7 @@ jobs: See for more information. test-annex-more: - runs-on: macos-13 + runs-on: macos-15-intel needs: build-package steps: - name: Checkout this repository @@ -382,7 +382,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} test-datalad: - runs-on: macos-13 + runs-on: macos-15-intel needs: build-package strategy: matrix: diff --git a/.github/workflows/template/specs.yml b/.github/workflows/template/specs.yml index a7f87d3f7a..a102b30baa 100644 --- a/.github/workflows/template/specs.yml +++ b/.github/workflows/template/specs.yml @@ -18,7 +18,7 @@ - ostype: macos osname: macOS cron_hour: '01' - runs_on: macos-13 + runs_on: macos-15-intel env: LANG: C test_annex_flavors: [normal, crippled-tmp, custom-config1]