Skip to content

Commit

Permalink
Try Ubuntu 23.04 to update gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Aug 16, 2023
1 parent e4ae794 commit 5c1a1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/continuous.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pipeline {
stage('MemorySanitizer') {
agent {
docker {
image 'ubuntu:22.04'
image 'ubuntu:23.04'
label 'docker'
}
}
Expand Down

0 comments on commit 5c1a1b0

Please sign in to comment.