Skip to content

Commit

Permalink
ci(tests): run on macos x86 (#95)
Browse files Browse the repository at this point in the history
* ci(tests): run on macos-latest-large

currently failing on macos-latest

* ci(tests): run on macos x86
  • Loading branch information
cesarcoatl authored May 29, 2024
1 parent b0e59b8 commit 1a4d0cb
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 @@ -9,7 +9,7 @@ jobs:
if: github.repository == 'coatl-dev/homebrew-coatl-dev'
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-13, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down

0 comments on commit 1a4d0cb

Please sign in to comment.