Skip to content

Commit

Permalink
Try to use Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Sep 10, 2024
1 parent af0c193 commit e213c69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
fail-fast: false
matrix:
r: ["4.4"]
ubuntu: [20.04]
ubuntu: [22.04]
force-tests: ["true"]
env:
R: ${{ matrix.r }}
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/r_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ SCRIPT="as_cran <- !identical(tolower(Sys.getenv('NOT_CRAN')), 'true')
if (requireNamespace('reticulate', quietly = TRUE) && reticulate::py_module_available('pyarrow')) {
message('Running flight demo server for tests.')
pid_flight <- sys::exec_background(
'python',
'python3',
c(
'-c',
paste0(
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1531,8 +1531,6 @@ services:
tz: ${TZ}
r_prune_deps: ${R_PRUNE_DEPS}
r_duckdb_dev: ${R_DUCKDB_DEV:-}
ubuntu: ${UBUNTU}
python: ${PYTHON}
shm_size: *shm-size
environment:
<<: [*common, *ccache, *sccache]
Expand Down

0 comments on commit e213c69

Please sign in to comment.