travis: use focal, noble is not yet available

This commit is contained in:
Martin Holst Swende 2024-08-19 08:37:41 +02:00
parent 710c3f32ac
commit dc8f1fea31
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -15,7 +15,7 @@ jobs:
if: type = push
os: linux
arch: amd64
dist: noble
dist: focal
go: 1.22.x
env:
- docker
@ -32,7 +32,7 @@ jobs:
if: type = push
os: linux
arch: arm64
dist: noble
dist: focal
go: 1.22.x
env:
- docker
@ -49,7 +49,7 @@ jobs:
- stage: build
if: type = push
os: linux
dist: noble
dist: focal
sudo: required
go: 1.22.x
env:
@ -100,7 +100,7 @@ jobs:
if: type = push
os: linux
arch: amd64
dist: noble
dist: focal
go: 1.22.x
script:
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES
@ -108,7 +108,7 @@ jobs:
- stage: build
if: type = push
os: linux
dist: noble
dist: focal
go: 1.21.x
script:
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES
@ -117,7 +117,7 @@ jobs:
- stage: build
if: type = cron || (type = push && tag ~= /^v[0-9]/)
os: linux
dist: noble
dist: focal
go: 1.22.x
env:
- ubuntu-ppa
@ -133,7 +133,7 @@ jobs:
- stage: build
if: type = cron
os: linux
dist: noble
dist: focal
go: 1.22.x
env:
- azure-purge
@ -146,7 +146,7 @@ jobs:
- stage: build
if: type = cron
os: linux
dist: noble
dist: focal
go: 1.22.x
env:
- racetests