Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
See <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}> for more information.

test-annex-more:
runs-on: macos-13
runs-on: macos-15-intel
needs: build-package
steps:
- name: Checkout this repository
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading