From c7cc0f480b5f38ad406a415a1620d7d329a5fe2d Mon Sep 17 00:00:00 2001 From: Diego H Date: Wed, 7 Sep 2022 16:52:47 +0200 Subject: [PATCH] Update to latest --- .github/workflows/check-full.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-full.yaml b/.github/workflows/check-full.yaml index 3b2bdfb2..b8146c86 100644 --- a/.github/workflows/check-full.yaml +++ b/.github/workflows/check-full.yaml @@ -34,10 +34,10 @@ jobs: #- {os: macOS-latest, r: 'devel'} - {os: macOS-latest, r: 'release'} - {os: macOS-latest, r: 'oldrel'} - - {os: ubuntu-20.04, r: 'release'} - - {os: ubuntu-20.04, r: 'devel'} - - {os: ubuntu-20.04, r: 'oldrel'} - - {os: ubuntu-20.04, r: '3.6'} + - {os: ubuntu-latest, r: 'release'} + - {os: ubuntu-latest, r: 'devel'} + - {os: ubuntu-latest, r: 'oldrel'} + - {os: ubuntu-latest, r: '3.6'} env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}