Skip to content

Commit 19dbb24

Browse files
holimanstwiname
authored andcommitted
travis: use ubuntu noble (24.04) instead of bionic (18.04) (ethereum#29723)
1 parent a6a68a9 commit 19dbb24

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 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: bionic
18+
dist: noble
1919
go: 1.22.x
2020
env:
2121
- docker
@@ -32,7 +32,7 @@ jobs:
3232
if: type = push
3333
os: linux
3434
arch: arm64
35-
dist: bionic
35+
dist: noble
3636
go: 1.22.x
3737
env:
3838
- docker
@@ -49,7 +49,7 @@ jobs:
4949
- stage: build
5050
if: type = push
5151
os: linux
52-
dist: bionic
52+
dist: noble
5353
sudo: required
5454
go: 1.22.x
5555
env:
@@ -100,7 +100,7 @@ jobs:
100100
- stage: build
101101
os: linux
102102
arch: amd64
103-
dist: bionic
103+
dist: noble
104104
go: 1.22.x
105105
script:
106106
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
@@ -109,14 +109,14 @@ jobs:
109109
if: type = pull_request
110110
os: linux
111111
arch: arm64
112-
dist: bionic
112+
dist: noble
113113
go: 1.21.x
114114
script:
115115
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
116116

117117
- stage: build
118118
os: linux
119-
dist: bionic
119+
dist: noble
120120
go: 1.21.x
121121
script:
122122
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
@@ -125,7 +125,7 @@ jobs:
125125
- stage: build
126126
if: type = cron || (type = push && tag ~= /^v[0-9]/)
127127
os: linux
128-
dist: bionic
128+
dist: noble
129129
go: 1.22.x
130130
env:
131131
- ubuntu-ppa
@@ -148,7 +148,7 @@ jobs:
148148
- stage: build
149149
if: type = cron
150150
os: linux
151-
dist: bionic
151+
dist: noble
152152
go: 1.22.x
153153
env:
154154
- azure-purge
@@ -161,7 +161,7 @@ jobs:
161161
- stage: build
162162
if: type = cron
163163
os: linux
164-
dist: bionic
164+
dist: noble
165165
go: 1.22.x
166166
script:
167167
- travis_wait 30 go run build/ci.go test -race $TEST_PACKAGES

0 commit comments

Comments
 (0)