Skip to content

Commit e01033b

Browse files
committed
Bump ubuntu version
1 parent 4f110a6 commit e01033b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/scripts/generate-matrix.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ branch_name="$2"
44
if [[ "$event_name" == "workflow_dispatch" ]] || [[ "$branch_name" == "master" ]]; then
55
echo '{
66
"python-version": ["3.9", "3.10", "3.11", "3.12"],
7-
"os": ["ubuntu-22.04", "macos-14"],
7+
"os": ["ubuntu-24.04", "macos-14"],
88
"borg-version": ["1.4.0"]
99
}' | jq -c . > matrix-unit.json
1010

1111
echo '{
1212
"python-version": ["3.11"],
13-
"os": ["ubuntu-22.04"],
14-
"borg-version": ["1.1.18", "1.2.8", "1.4.0"],
13+
"os": ["ubuntu-24.04"],
14+
"borg-version": ["1.1.18", "1.2.8", "1.4.1"],
1515
"exclude": [{"borg-version": "2.0.0b12", "python-version": "3.8"}]
1616
}' | jq -c . > matrix-integration.json
1717

1818
elif [[ "$event_name" == "push" ]] || [[ "$event_name" == "pull_request" ]]; then
1919
echo '{
2020
"python-version": ["3.9", "3.12"],
21-
"os": ["ubuntu-22.04", "macos-14"],
21+
"os": ["ubuntu-24.04", "macos-14"],
2222
"borg-version": ["1.2.8"]
2323
}' | jq -c . > matrix-unit.json
2424

2525
echo '{
2626
"python-version": ["3.11"],
27-
"os": ["ubuntu-22.04"],
27+
"os": ["ubuntu-24.04"],
2828
"borg-version": ["1.4.0"]
2929
}' | jq -c . > matrix-integration.json
3030
fi

0 commit comments

Comments
 (0)