Skip to content

Commit c24469b

Browse files
committed
Bump webots test version
1 parent 001b193 commit c24469b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: runner.os == 'Linux'
3838
run: |
3939
wget -O ./webots.deb \
40-
https://github.com/cyberbotics/webots/releases/download/R2023b/webots_2023b_amd64.deb
40+
https://github.com/cyberbotics/webots/releases/download/R2025a/webots_2025a_amd64.deb
4141
sudo apt-get install --yes ./webots.deb
4242
- name: Download & extract Webots (Windows)
4343
# Windows install was problematic so we just extract the python library for typehints
@@ -46,14 +46,14 @@ jobs:
4646
run: |
4747
mkdir stubs
4848
C:\\msys64\\usr\\bin\\wget.exe -O ./webots.tar.bz2 \
49-
https://github.com/cyberbotics/webots/releases/download/R2023b/webots-R2023b-x86-64.tar.bz2
49+
https://github.com/cyberbotics/webots/releases/download/R2025a/webots-R2025a-x86-64.tar.bz2
5050
C:\\msys64\\usr\\bin\\tar.exe xvf webots.tar.bz2 --strip-components=4 \
5151
--directory=stubs webots/lib/controller/python/controller
5252
- name: Download & install Webots (macOS)
5353
if: runner.os == 'macOS'
5454
run: |
5555
wget -O ./webots.dmg \
56-
https://github.com/cyberbotics/webots/releases/download/R2023b/webots-R2023b.dmg
56+
https://github.com/cyberbotics/webots/releases/download/R2025a/webots-R2025a.dmg
5757
hdiutil mount ./webots.dmg
5858
sudo cp -R /Volumes/Webots/Webots.app /Applications
5959
hdiutil unmount /Volumes/Webots

0 commit comments

Comments
 (0)