Skip to content

Commit

Permalink
Avoid warnings on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Jan 16, 2025
1 parent 39f3506 commit e07f899
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
static-analysis:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -25,7 +25,7 @@ jobs:

api-cypress-tests:
needs: static-analysis
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
gitlab-ce:
image: wlsf82/gitlab-ce:latest
Expand All @@ -46,7 +46,7 @@ jobs:

gui-project-issue-cypress-tests:
needs: static-analysis
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
gitlab-ce:
image: wlsf82/gitlab-ce:latest
Expand All @@ -67,7 +67,7 @@ jobs:

gui-project-but-issue-cypress-tests:
needs: static-analysis
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
gitlab-ce:
image: wlsf82/gitlab-ce:latest
Expand All @@ -88,7 +88,7 @@ jobs:

gui-all-but-project-cypress-tests:
needs: static-analysis
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
gitlab-ce:
image: wlsf82/gitlab-ce:latest
Expand Down

0 comments on commit e07f899

Please sign in to comment.