Skip to content

Commit

Permalink
Pin ubuntu to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr committed Jan 13, 2025
1 parent 7835111 commit 1b08bf4
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 @@ -17,7 +17,7 @@ env:

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

Expand Down Expand Up @@ -55,7 +55,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 @@ -17,7 +17,7 @@ env:

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

Expand Down Expand Up @@ -66,7 +66,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 @@ -126,7 +126,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 @@ -155,7 +155,7 @@ jobs:
- build-devextreme
- get-changes

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

strategy:
Expand Down Expand Up @@ -211,7 +211,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 @@ -292,7 +292,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 1b08bf4

Please sign in to comment.