Skip to content

Commit 72190e8

Browse files
authored
Update GitHub Actions runner to Ubuntu 22.04
1 parent 1636f4e commit 72190e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ "push", "pull_request" ]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
88

99
steps:
1010
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)