Skip to content

Commit

Permalink
Merge branch 'yarp-3.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
robotology-bot committed Feb 27, 2025
2 parents 2762ccf + a108deb commit f7274cf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
check-tests:
name: 'Check Devices Tests'
needs: select_environment
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Clone repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
nightly-merge-yarp-3-6:
if: github.repository == 'robotology/yarp'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
rebase-pr:
if: github.repository == 'robotology/yarp'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -22,7 +22,7 @@ jobs:

squash-pr:
if: github.repository == 'robotology/yarp'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

build_sdist:
name: Build source distribution
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
python-version:
- 3.8
os:
- ubuntu-20.04
- ubuntu-22.04
#- macos-latest
#- windows-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:

jobs:
tag-yarp:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down

0 comments on commit f7274cf

Please sign in to comment.