Skip to content

Commit ce25ac7

Browse files
authored
ci: Run on noble (#425)
1 parent 2fdc77d commit ce25ac7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/backends.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
5050
backend:
5151
needs: matrix
52-
# Need Ubuntu 20.04 for remotes::system_requirements()
53-
runs-on: ubuntu-20.04
52+
# Need Ubuntu 24.04 for remotes::system_requirements()
53+
runs-on: ubuntu-24.04
5454

5555
strategy:
5656
fail-fast: false
@@ -90,7 +90,7 @@ jobs:
9090
while read -r cmd
9191
do
9292
eval sudo $cmd
93-
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04", path = "revdep-dev/${{ matrix.package }}"))')
93+
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "24.04", path = "revdep-dev/${{ matrix.package }}"))')
9494
9595
- name: Install package and dependencies
9696
run: |

.github/workflows/odbc.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
5151
backend:
5252
needs: matrix
53-
# Need Ubuntu 20.04 for remotes::system_requirements()
54-
runs-on: ubuntu-20.04
53+
# Need Ubuntu 24.04 for remotes::system_requirements()
54+
runs-on: ubuntu-24.04
5555

5656
services:
5757
postgres:
@@ -109,7 +109,7 @@ jobs:
109109
while read -r cmd
110110
do
111111
eval sudo $cmd
112-
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04", path = "revdep-dev/${{ matrix.package }}"))')
112+
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "24.04", path = "revdep-dev/${{ matrix.package }}"))')
113113
114114
- name: Install package and dependencies
115115
run: |
@@ -147,7 +147,7 @@ jobs:
147147
if: matrix.database == 'sql-server'
148148
run: |
149149
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
150-
curl https://packages.microsoft.com/config/ubuntu/20.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
150+
curl https://packages.microsoft.com/config/ubuntu/24.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
151151
apt-get update
152152
ACCEPT_EULA=Y apt-get install -y msodbcsql17
153153
ln -s /opt/microsoft/msodbcsql17/lib64/libmsodbcsql-17.*.so.* /opt/microsoft/msodbcsql17/lib64/libmsodbcsql-17.so

0 commit comments

Comments
 (0)