From f87bc1a9f8bea076b8c210c7d293452be4a08ba3 Mon Sep 17 00:00:00 2001 From: Aleksander Bang-Larsen Date: Thu, 12 Sep 2024 08:49:04 +0200 Subject: [PATCH 1/2] fix: Update ubuntu to version 22.04 Version 18.04 has been removed from Github Actions in favor of newer releases. --- inst/pre-commit-gha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/pre-commit-gha.yaml b/inst/pre-commit-gha.yaml index b57e11995..135970760 100644 --- a/inst/pre-commit-gha.yaml +++ b/inst/pre-commit-gha.yaml @@ -9,7 +9,7 @@ on: jobs: pre-commit: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 if: >- !contains(github.event.head_commit.message, 'ci skip') && ( From 60d0b2a6b365fec4397fc25cd2d6f8e55c75a5ea Mon Sep 17 00:00:00 2001 From: Lorenz Walthert <10477073+lorenzwalthert@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:51:56 +0200 Subject: [PATCH 2/2] use more generic worker --- inst/pre-commit-gha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/pre-commit-gha.yaml b/inst/pre-commit-gha.yaml index 135970760..1f2d8e348 100644 --- a/inst/pre-commit-gha.yaml +++ b/inst/pre-commit-gha.yaml @@ -9,7 +9,7 @@ on: jobs: pre-commit: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest if: >- !contains(github.event.head_commit.message, 'ci skip') && (