Skip to content

Commit 755f190

Browse files
authored
⬆️Maintenance: unblock moto library (ITISFoundation#7378)
1 parent 0b0e98d commit 755f190

File tree

42 files changed

+354
-218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+354
-218
lines changed

.github/workflows/ci-arm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
os: [ubuntu-22.04]
22+
os: [ubuntu-24.04]
2323
python: ["3.11"]
2424
env:
2525
# secrets can be set in settings/secrets on github

.github/workflows/ci-multi-architecture-fusing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
os: [ubuntu-22.04]
23+
os: [ubuntu-24.04]
2424
python: ["3.11"]
2525
env:
2626
# secrets can be set in settings/secrets on github

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
python: ["3.11"]
25-
os: [ubuntu-22.04]
25+
os: [ubuntu-24.04]
2626
fail-fast: false
2727
env:
2828
TO_TAG_PREFIX: release-github

.github/workflows/ci-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
python: ["3.11"]
25-
os: [ubuntu-22.04]
25+
os: [ubuntu-24.04]
2626
fail-fast: false
2727
env:
2828
TO_TAG_PREFIX: staging-github

0 commit comments

Comments
 (0)