From 348050c89c897d03ccc64eca920b49f51fcce58c Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 20 Jun 2024 22:37:34 -0500 Subject: [PATCH] [ci] [R-package] add arm64 R-package CI jobs (fixes #6481) --- .github/workflows/r_package.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/r_package.yml b/.github/workflows/r_package.yml index c72ec7fae112..71a505ae9c0a 100644 --- a/.github/workflows/r_package.yml +++ b/.github/workflows/r_package.yml @@ -51,12 +51,6 @@ jobs: r_version: 4.3 build_type: cmake container: 'ubuntu:22.04' - - os: ubuntu-latest - task: r-package - compiler: clang - r_version: 3.6 - build_type: cmake - container: 'ubuntu:18.04' - os: ubuntu-latest task: r-package compiler: clang @@ -134,6 +128,13 @@ jobs: r_version: 4.3 build_type: cran container: null + # macos-14 = arm64 + - os: macos-14 + task: r-package + compiler: clang + r_version: 4.3 + build_type: cran + container: null steps: - name: Prevent conversion of line endings on Windows if: startsWith(matrix.os, 'windows')