Skip to content

Commit 047eeff

Browse files
committed
build(ubuntu): 26.04
1 parent 590bd18 commit 047eeff

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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'

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ version: 2
66

77
# Set the OS, Python version and other tools you might need
88
build:
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"

tools/install-dev.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
set -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"
99
else
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
1212
fi
1313

tools/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
set -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"
99
else
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
1212
fi
1313

0 commit comments

Comments
 (0)