Skip to content

Commit 0aa3084

Browse files
committed
use ubuntu-22.04 runners
1 parent e3cb0f2 commit 0aa3084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
golangci_lint:
77
name: golangci-lint
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v4
@@ -25,7 +25,7 @@ jobs:
2525
build_and_test:
2626
name: Build and run tests
2727
needs: golangci_lint
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-22.04
2929
steps:
3030
- name: Set up Go
3131
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)