Skip to content

Commit

Permalink
Downgrade ubuntu back to 22.04.
Browse files Browse the repository at this point in the history
I'm getting issues with 24.04 where pak installs some system packages
with apt-get, some system services are upgraded and restarted and the CI
runner is canceled. Not sure what the reason is, but 22.04 doesn't have
this problem.
  • Loading branch information
plietar committed May 23, 2024
1 parent 14f1cbc commit 45f8c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/touchstone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
permissions:
contents: read

runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
env:
RSPM: "https://packagemanager.posit.co/cran/__linux__/noble/2024-05-15"
RSPM: "https://packagemanager.posit.co/cran/__linux__/jammy/2024-05-15"
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 45f8c3f

Please sign in to comment.