Skip to content

Commit

Permalink
ci: peg ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
detule committed Dec 16, 2024
1 parent 629595a commit 91aabcc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
# use 4.1 to check with rtools40's older compiler
- {os: windows-latest, r: '4.1'}

- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'oldrel-2'}
- {os: ubuntu-latest, r: 'oldrel-3'}
- {os: ubuntu-latest, r: 'oldrel-4'}
- {os: ubuntu-22.04, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-22.04, r: 'release'}
- {os: ubuntu-22.04, r: 'oldrel-1'}
- {os: ubuntu-22.04, r: 'oldrel-2'}
- {os: ubuntu-22.04, r: 'oldrel-3'}
- {os: ubuntu-22.04, r: 'oldrel-4'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: DBs + Posit Pro Drivers (Linux)

jobs:
database:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

services:
oracle:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: DBs (Linux)

jobs:
database:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

services:
oracle:
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 @@ -12,7 +12,7 @@ permissions: read-all

jobs:
test-coverage:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 91aabcc

Please sign in to comment.