Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marouenbg committed Jun 24, 2024
1 parent e5057ca commit 8df4725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8df4725

Please sign in to comment.