Skip to content

Commit f87bc1a

Browse files
fix: Update ubuntu to version 22.04
Version 18.04 has been removed from Github Actions in favor of newer releases.
1 parent 6505cf7 commit f87bc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/pre-commit-gha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
pre-commit:
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-22.04
1313
if: >-
1414
!contains(github.event.head_commit.message, 'ci skip') &&
1515
(

0 commit comments

Comments
 (0)