Skip to content

Commit 1bbc642

Browse files
committed
Looks like Ubuntu 24.04 isn't ready yet
1 parent 3cd81b3 commit 1bbc642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
go: [ "1.22", "1.21" ]
9-
os: [ ubuntu-24.04, ubuntu-22.04 ]
9+
os: [ ubuntu-22.04, ubuntu-20.04 ]
1010
name: Tests Go ${{ matrix.go }} on ${{ matrix.os }} # This name is used in main branch protection rules
1111
runs-on: ${{ matrix.os }}
1212

0 commit comments

Comments
 (0)