Skip to content

Commit

Permalink
Use ubuntu-latest image in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaIvanovski committed Jan 23, 2024
1 parent 18b8ee1 commit 4df2289
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ env:

jobs:
install_shop_with_module:
runs-on: [self-hosted, x64]
runs-on: ubuntu-latest
steps:
- name: Clone testing environment
run: git clone https://github.com/OXID-eSales/docker-eshop-sdk.git .
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
styles:
needs: [ install_shop_with_module ]
runs-on: [self-hosted, x64]
runs-on: ubuntu-latest
steps:
- name: Load current installation from cache
uses: actions/cache@v3
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
unit_integration_tests:
needs: [ install_shop_with_module ]
runs-on: [self-hosted, x64]
runs-on: ubuntu-latest
steps:
- name: Load current installation from cache
uses: actions/cache@v3
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
codeception_twig:
needs: [ install_shop_with_module ]
runs-on: [self-hosted, x64]
runs-on: ubuntu-latest
steps:
- name: Load current installation from cache
uses: actions/cache@v3
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
sonarcloud:
needs: [ styles, unit_integration_tests ]
if: ${{ always() && inputs.report_sonarcloud }}
runs-on: [self-hosted, x64]
runs-on: ubuntu-latest
steps:
- name: Checkout current module
uses: actions/checkout@v4
Expand Down

0 comments on commit 4df2289

Please sign in to comment.