Skip to content

Commit 9f2e7dd

Browse files
holimanzfy0701
authored andcommitted
travis.yml: use focal for builds (ethereum#30319)
1 parent 5e35501 commit 9f2e7dd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: type = push
1616
os: linux
1717
arch: amd64
18-
dist: noble
18+
dist: focal
1919
go: 1.23.x
2020
env:
2121
- docker
@@ -32,7 +32,7 @@ jobs:
3232
if: type = push
3333
os: linux
3434
arch: arm64
35-
dist: noble
35+
dist: focal
3636
go: 1.23.x
3737
env:
3838
- docker
@@ -49,7 +49,7 @@ jobs:
4949
- stage: build
5050
if: type = push
5151
os: linux
52-
dist: noble
52+
dist: focal
5353
sudo: required
5454
go: 1.23.x
5555
env:
@@ -100,15 +100,15 @@ jobs:
100100
if: type = push
101101
os: linux
102102
arch: amd64
103-
dist: noble
103+
dist: focal
104104
go: 1.23.x
105105
script:
106106
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES
107107

108108
- stage: build
109109
if: type = push
110110
os: linux
111-
dist: noble
111+
dist: focal
112112
go: 1.22.x
113113
script:
114114
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES
@@ -117,7 +117,7 @@ jobs:
117117
- stage: build
118118
if: type = cron || (type = push && tag ~= /^v[0-9]/)
119119
os: linux
120-
dist: noble
120+
dist: focal
121121
go: 1.23.x
122122
env:
123123
- ubuntu-ppa
@@ -133,7 +133,7 @@ jobs:
133133
- stage: build
134134
if: type = cron
135135
os: linux
136-
dist: noble
136+
dist: focal
137137
go: 1.23.x
138138
env:
139139
- azure-purge
@@ -146,7 +146,7 @@ jobs:
146146
- stage: build
147147
if: type = cron
148148
os: linux
149-
dist: noble
149+
dist: focal
150150
go: 1.23.x
151151
env:
152152
- racetests

0 commit comments

Comments
 (0)