Remove unused brew packages on macOS (#531)

* Remove unused brew packages on macOS

* Remove reference to Docker in macOS CI

* Remove gems, explicitly test Intel and m1 macOS

* Allow gem to error since it still mostly runs
This commit is contained in:
Luke Parker
2024-02-05 23:53:57 -05:00
committed by GitHub
parent ad0ecc5185
commit aaff74575f
2 changed files with 12 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ jobs:
clippy:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
runs-on: ${{ matrix.os }}
steps: