From 471d4f3a5711044a89220484e50566c6d0997da2 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Tue, 30 Jan 2024 22:55:35 +0100 Subject: [PATCH] Update CI --- .github/workflows/R-CMD-check.yaml | 6 ++-- appveyor.yml | 54 ------------------------------ 2 files changed, 3 insertions(+), 57 deletions(-) delete mode 100644 appveyor.yml diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 1808123f..700c835c 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -20,12 +20,12 @@ jobs: fail-fast: false matrix: config: - - {os: macOS-11, r: 'release'} - - {os: macOS-11, r: 'release', ssl-backend: SecureTransport} - {os: macOS-12, r: 'release'} - {os: macOS-12, r: 'release', ssl-backend: SecureTransport} - {os: macOS-13, r: 'release'} - {os: macOS-13, r: 'release', ssl-backend: SecureTransport} + - {os: macOS-14, r: 'release'} + - {os: macOS-14, r: 'release', ssl-backend: SecureTransport} - {os: windows-latest, r: 'release', ssl-backend: openssl} - {os: windows-latest, r: 'release'} - {os: windows-latest, r: '4.2'} @@ -40,7 +40,7 @@ jobs: R_KEEP_PKG_SOURCE: yes steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: r-lib/actions/setup-pandoc@v2 diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index b560d6ed..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,54 +0,0 @@ -# DO NOT CHANGE the "init" and "install" sections below - -# Download script file from GitHub -init: - ps: | - $ErrorActionPreference = "Stop" - Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1" - Import-Module '..\appveyor-tool.ps1' - -install: - ps: Bootstrap - -image: Visual Studio 2022 - - -# Adapt as necessary starting from here - -environment: - matrix: - - R_VERSION: 3.6.3 - - R_VERSION: 3.6.3 - CURL_SSL_BACKEND: openssl - - R_VERSION: 4.1.3 - - R_VERSION: 4.1.3 - CURL_SSL_BACKEND: openssl - -build_script: - - travis-tool.sh install_deps - -test_script: - - travis-tool.sh run_tests - -on_failure: - - 7z a failure.zip *.Rcheck\* - - appveyor PushArtifact failure.zip - -artifacts: - - path: '*.Rcheck\**\*.log' - name: Logs - - - path: '*.Rcheck\**\*.out' - name: Logs - - - path: '*.Rcheck\**\*.fail' - name: Logs - - - path: '*.Rcheck\**\*.Rout' - name: Logs - - - path: '\*_*.tar.gz' - name: Bits - - - path: '\*_*.zip' - name: Bits