Skip to content

Commit

Permalink
Update R-CMD-check-cross.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns authored Oct 1, 2024
1 parent 3527868 commit 5b99b28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check-cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
- { platform: armhf, cc: gcc-14, cxx: g++-14 }
- { platform: armhf, cc: clang-18, cxx: clang++-18 }

- { platform: linux/arm64/v8, cc: gcc-14, cxx: g++-14 }
- { platform: linux/arm64/v8, cc: clang-18, cxx: clang++-18 }
- { platform: arm64/v8, cc: gcc-14, cxx: g++-14 }
- { platform: arm64/v8, cc: clang-18, cxx: clang++-18 }

- { platform: ppc64le, cc: gcc-14, cxx: g++-14 }
- { platform: ppc64le, cc: clang-18, cxx: clang++-18 }

- { platform: riscv64, cc: gcc-14, cxx: g++-14 }
- { platform: riscv64, cc: clang-18, cxx: clang++-18 }

- { platform: s390x, cc: gcc-14, cxx: g++-14 }
- { platform: s390x, cc: clang-18, cxx: clang++-18 }
#- { platform: s390x, cc: gcc-14, cxx: g++-14 }
#- { platform: s390x, cc: clang-18, cxx: clang++-18 }
- { platform: FreeBSD, cc: default, cxx: default }

env:
Expand Down

0 comments on commit 5b99b28

Please sign in to comment.