Skip to content

Commit

Permalink
Run on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Apr 12, 2024
1 parent 26317aa commit 49ace8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: integration-tests

jobs:
integration-tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
RSC_VERSION: 2022.09.0
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -19,9 +19,6 @@ jobs:
CONNECTAPI_INTEGRATED: true

steps:
- name: sup?
run: docker-compose --version

- uses: actions/checkout@v2

- uses: r-lib/actions/setup-pandoc@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: pkgdown

jobs:
pkgdown:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
RSC_VERSION: 2022.09.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: test-coverage

jobs:
test-coverage:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
RSC_VERSION: 2022.09.0
Expand Down

0 comments on commit 49ace8a

Please sign in to comment.