There was an error while loading. Please reload this page.
1 parent 07cbb2c commit 590f84cCopy full SHA for 590f84c
1 file changed
.github/workflows/go.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
quicktests:
10
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
11
steps:
12
- name: checkout
13
uses: actions/checkout@v4
@@ -23,7 +23,7 @@ jobs:
23
make test-tidy
24
25
lint:
26
27
timeout-minutes: 10
28
29
@@ -48,10 +48,10 @@ jobs:
48
fail-fast: false
49
matrix:
50
os:
51
- - ubuntu-22.04
52
- - ubuntu-latest-arm-8-cores
+ - ubuntu-24.04
+ - ubuntu-24.04-arm
53
- macos-13
54
- - [self-hosted, macos, arm64]
+ - macos-14
55
- windows-2022
56
57
@@ -80,7 +80,7 @@ jobs:
80
annotate_only: true
81
82
coverage:
83
84
85
- uses: actions/checkout@v4
86
- name: set up go
0 commit comments