Skip to content

Commit

Permalink
Merge pull request #159 from StoXProject/fixCodeC
Browse files Browse the repository at this point in the history
removed ubuntu-latest test
  • Loading branch information
edvinf authored Dec 29, 2024
2 parents f02bf21 + f7c94c6 commit 543a34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- {os: windows-latest, r: '4.3', pkgext: '.zip'}
- {os: windows-latest, r: '4.4', pkgext: '.zip'}

- {os: ubuntu-latest, r: 'next', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"}
# - {os: ubuntu-latest, r: 'next', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"}
# 4.3 is pushed to drat repo on merge to master for ubunutu (except pre-release builds), update script if 4.3 is taken out
- {os: ubuntu-22.04, r: '4.3', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"}
- {os: ubuntu-22.04, r: '4.4', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"}
Expand Down

0 comments on commit 543a34a

Please sign in to comment.