Skip to content

Commit

Permalink
switch to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
elinork committed Mar 15, 2024
1 parent a6fa8d8 commit caa5dbf
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/build-cloud-gov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ jobs:
needs: copy_code_to_cloud-gov
runs-on: ubuntu-latest
name: Compile and vendor R dependencies for cloud.gov
defaults:
run:
working-directory: /workspace
container:
image: cloudfoundry/cflinuxfs4
volumes:
- ${{ github.workspace }}:/workspace

steps:
- name: Checkout Code
Expand Down Expand Up @@ -138,7 +131,7 @@ jobs:
run: |
if [ -d "bin" ]; then rm -fr bin; fi
mkdir bin
cp /usr/bin/pandoc bin
tar -czvf bin/pandoc.tar.gz /usr/bin/pandoc
git add bin
- name: Add additional files to repo if not already there
Expand All @@ -157,7 +150,7 @@ jobs:
fi
- name: Upload folder debug-outputs to an artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: debug-outputs
path: debug-outputs
Expand All @@ -178,7 +171,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger Workflow to copy for deployment
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.OWSHINY_ACTION }}
script: |
Expand Down

0 comments on commit caa5dbf

Please sign in to comment.