Skip to content

Test on Ubuntu 26.04 #127

Test on Ubuntu 26.04

Test on Ubuntu 26.04 #127

Workflow file for this run

on:
push:
schedule:
- cron: "0 2 * * *"
workflow_dispatch:
name: Test on Ubuntu 26.04
jobs:
R-CMD-check:
runs-on: ubuntu-26.04${{matrix.arch=='arm64' && '-arm' || ''}}
name: Ubuntu 26.04 ${{ matrix.arch }}
strategy:
fail-fast: false
matrix:
arch: ['x86_64', 'arm64' ]
steps:
- name: checkout
uses: actions/checkout@v6
- name: build
run: docker build . --no-cache --progress=plain