File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed
Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -332,8 +332,7 @@ jobs:
332332 matrix :
333333 os : ['noble', 'resolute']
334334 include :
335- - os : ' jammy'
336- code : ' 22.04'
335+
337336 - os : ' noble'
338337 code : ' 24.04'
339338 - os : ' resolute'
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ version: 2
66
77# Set the OS, Python version and other tools you might need
88build :
9- os : ubuntu-22 .04
9+ os : ubuntu-24 .04
1010 tools :
11- python : " 3.11 "
11+ python : " 3.12 "
1212 # You can also specify other tool versions:
1313 # nodejs: "20"
1414 # rust: "1.70"
Original file line number Diff line number Diff line change 44
55set -e
66
7- if lsb_release -d | grep ' Ubuntu 24.04' || lsb_release -d | grep ' Ubuntu 22 .04' > /dev/null; then
8- echo " Either, Ubuntu 24.04, 22 .04 found"
7+ if lsb_release -d | grep ' Ubuntu 24.04' || lsb_release -d | grep ' Ubuntu 26 .04' > /dev/null; then
8+ echo " Either, Ubuntu 24.04, 26 .04 found"
99else
10- echo " ERROR! Neither Ubuntu 24.04, Ubuntu 22 .04 found."
10+ echo " ERROR! Neither Ubuntu 24.04, Ubuntu 26 .04 found."
1111 exit 1
1212fi
1313
Original file line number Diff line number Diff line change 44
55set -e
66
7- if lsb_release -d | grep ' Ubuntu 24.04' || lsb_release -d | grep ' Ubuntu 22 .04' > /dev/null; then
8- echo " Either, Ubuntu 24.04, 22 .04 found"
7+ if lsb_release -d | grep ' Ubuntu 24.04' || lsb_release -d | grep ' Ubuntu 26 .04' > /dev/null; then
8+ echo " Either, Ubuntu 24.04, 26 .04 found"
99else
10- echo " ERROR! Neither Ubuntu 24.04, Ubuntu 22 .04 found."
10+ echo " ERROR! Neither Ubuntu 24.04, Ubuntu 26 .04 found."
1111 exit 1
1212fi
1313
You can’t perform that action at this time.
0 commit comments