Skip to content

Commit babb32b

Browse files
authored
Update manual-web-examples.yml
1 parent e4e7acb commit babb32b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/manual-web-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
# - 'examples/**'
2323
jobs:
2424
build-web-examples:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
strategy:
2727
matrix:
2828
cfg:
@@ -34,7 +34,7 @@ jobs:
3434
- name: Docker Step
3535
run: docker run -di --name emscripten -v $PWD:/src emscripten/emsdk:3.1.50 bash
3636
- name: Download libs
37-
run: ./scripts/dev/download_libs.sh -p emscripten -b
37+
run: ./scripts/dev/download_libs.sh -p emscripten
3838
- name: Install dependencies
3939
run: ./scripts/ci/$TARGET/install_web_examples.sh
4040
- name: Build

0 commit comments

Comments
 (0)