Skip to content

Commit

Permalink
chore: Bump deprecated macos version
Browse files Browse the repository at this point in the history
### Issues addressed
`macos-11` was deprecated earlier this quarter, failing any jobs which
attempt to use it.

### Summary of changes
Bump the version.

### Test Plan
On the `gitleaks` child PR I will attempt to build packages and grab
their artifacts.
  • Loading branch information
topher200 committed Aug 20, 2024
1 parent 810fc6e commit 990fd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
platform: [ubuntu-20.04, macos-11, macos-13-xlarge] # windows-2022] windows is a bit sad :'(
platform: [ubuntu-20.04, macos-12, 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 990fd45

Please sign in to comment.