From 8df4725d1822a453aaa8906a2e204cefe57ac90d Mon Sep 17 00:00:00 2001 From: Marouen Date: Sun, 23 Jun 2024 21:03:58 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c066238e..7010ed34 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,12 +29,12 @@ jobs: timeout-minutes: 300 strategy: matrix: - os: [ubuntu-24.04, macos-13] + os: [ubuntu-latest, macos-latest] r-version: [4.3] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -63,7 +63,7 @@ jobs: extSoftVersion()["BLAS"] shell: Rscript {0} - - if: matrix.os == 'ubuntu-24.04' + - if: matrix.os == 'ubuntu-latest' run: | sudo apt-get install python3-venv pip install --upgrade pip