Skip to content

Commit

Permalink
Pin github runners version to ubuntu-22
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr committed Jan 10, 2025
1 parent 5050267 commit 5bcc9ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demos_visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Build devextreme
timeout-minutes: 20

Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
env:
ACCESSIBILITY_TESTCAFE_REPORT_PATH: "accessibility_testcafe_report"

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: ${{ matrix.CONSTEL }}-${{ matrix.STRATEGY }}-${{ matrix.THEME }}
timeout-minutes: 30

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/demos_visual_tests_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

jobs:
build-devextreme:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Build DevExtreme
timeout-minutes: 40

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
retention-days: 1

build-demos:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Build Demos
timeout-minutes: 20
needs: build-devextreme
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
retention-days: 1

get-changes:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Get changed demos
timeout-minutes: 5

Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
- build-devextreme
- get-changes

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 60

strategy:
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:

check_generated_demos:
name: ${{ matrix.name }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 10
needs: build-demos

Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
CONSTEL: [react(1/4), react(2/4), react(3/4), react(4/4), vue(1/4), vue(2/4), vue(3/4), vue(4/4), angular(1/4), angular(2/4), angular(3/4), angular(4/4)]
THEME: ['generic.light', 'material.blue.light', 'fluent.blue.light']

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: testcafe-${{ matrix.CONSTEL }}-${{ matrix.THEME }}
timeout-minutes: 60

Expand Down

0 comments on commit 5bcc9ee

Please sign in to comment.