Skip to content

Commit

Permalink
Update macos-12 runner to 13 (#89)
Browse files Browse the repository at this point in the history
GitHub removed the macos-12 runner.
  • Loading branch information
noahp authored Jan 7, 2025
1 parent 0cc1f56 commit b926d39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
name: 🛠️ build on ${{ matrix.platform }}

strategy:
fail-fast: true
# run all targets to completion, even if one fails
fail-fast: false
matrix:
platform: [ubuntu-20.04, macos-12, macos-13-xlarge] # windows-2022] windows is a bit sad :'(
platform: [ubuntu-20.04, macos-13, macos-13-xlarge] # windows-2022] windows is a bit sad :'(
runs-on: ${{ matrix.platform }}

# set bash to be a login shell, so that /etc/profile is sourced and conda
Expand Down

0 comments on commit b926d39

Please sign in to comment.