Skip to content

Commit

Permalink
Merge pull request #203 from datalad/up-macos
Browse files Browse the repository at this point in the history
Update macos-11 runners to macos-12
  • Loading branch information
yarikoptic authored May 24, 2024
2 parents 34e5dde + a4d3f69 commit 24bd65d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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-11
runs-on: macos-12
outputs:
build-version: ${{ steps.build-version.outputs.version }}
steps:
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
strategy:
matrix:
flavor: ["normal", "crippled-tmp", "custom-config1"]
os: [macos-11]
os: [macos-12]
include: [{"flavor": "normal", "os": "macos-latest"}]
fail-fast: false
steps:
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
See <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}> for more information.
test-annex-more:
runs-on: macos-11
runs-on: macos-12
needs: build-package
steps:
- name: Checkout this repository
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

test-datalad:
runs-on: macos-11
runs-on: macos-12
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-11
runs_on: macos-12
env:
LANG: C
test_annex_flavors: [normal, crippled-tmp, custom-config1]
Expand Down

0 comments on commit 24bd65d

Please sign in to comment.