Skip to content

Commit

Permalink
Add M1 macOS runner to Xray tests
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi committed Dec 17, 2023
1 parent d82831f commit c3c4f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xrayTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu, windows, macos ]
runs-on: ${{ matrix.os }}-latest
os: [ ubuntu-latest, windows-latest, macos-latest, macos-latest-xlarge ]
runs-on: ${{ matrix.os }}
env:
GRADLE_OPTS: -Dorg.gradle.daemon=false
steps:
Expand Down

0 comments on commit c3c4f0b

Please sign in to comment.