Skip to content

Commit

Permalink
add back macos-12
Browse files Browse the repository at this point in the history
Closes #14.

Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Oct 15, 2023
1 parent caf997a commit ad7b028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
# For macOS, large is Intel and XLarge is M1
# https://docs.github.com/en/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners#about-macos-larger-runners
os: [macos-13-large, macos-13-xlarge, ubuntu-22.04]
os: [macos-12, macos-13-large, macos-13-xlarge, ubuntu-22.04]
runs-on: ${{ matrix.os }}
env:
HOMEBREW_NO_INSTALL_FROM_API: 1 # https://github.com/Homebrew/brew/issues/15049
Expand Down

0 comments on commit ad7b028

Please sign in to comment.