Skip to content

Commit

Permalink
Update testing to allow macOS on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Jul 4, 2024
1 parent 0bb69d6 commit ff6fd3c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,16 @@ jobs:
- 'release'
arch:
- x64
- arm64
experimental:
- false
exclude:
- os: macOS-latest
arch: x64
- os: ubuntu-latest
arch: arm64
- os: windows-latest
arch: arm64
fail-fast: false
steps:
- name: Checkout code
Expand All @@ -45,7 +53,6 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.R-version }}
arch: ${{ matrix.arch }}
- name: Install ape, vegan and rdiversity
if: matrix.os == 'macOS-latest'
run: |
Expand Down

0 comments on commit ff6fd3c

Please sign in to comment.