Skip to content

Commit

Permalink
tests.yml: add ARM Big Sur CI (#67577)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert authored Dec 26, 2020
1 parent 13212ab commit 2b7c02a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ env:
HOMEBREW_DEVELOPER: 1
HOMEBREW_GITHUB_ACTIONS: 1
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_CHANGE_ARCH_TO_ARM: 1
HOMEBREW_REQUIRE_BOTTLED_ARM: 1
jobs:
tap_syntax:
if: github.repository == 'Homebrew/homebrew-core'
Expand Down Expand Up @@ -65,7 +67,7 @@ jobs:
if: github.event_name == 'pull_request' && needs.tap_syntax.outputs.run-tests
strategy:
matrix:
version: ['11.0', '10.15', '10.14']
version: ['11-arm', '11.0', '10.15', '10.14']
fail-fast: false
runs-on: ${{ matrix.version }}
timeout-minutes: 4320
Expand Down

0 comments on commit 2b7c02a

Please sign in to comment.