Skip to content

Commit 9341694

Browse files
committed
Change runner image
1 parent 630bf9f commit 9341694

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
dolibarr_version: [ 15.0.3, 16.0.5, 17.0.4, 18.0.6, 19.0.4, 20.0.4, develop ]
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: docker/setup-buildx-action@v2
@@ -24,7 +24,7 @@ jobs:
2424
./update.sh ${{ matrix.dolibarr_version }}
2525
2626
update-readme:
27-
runs-on: ubuntu-latest
27+
runs-on: ubuntu-22.04
2828
steps:
2929
- uses: actions/checkout@v3
3030
- run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: echo "The diff after running the update.sh shows that the update.sh was not run before commiting the PR."
2424

2525
check-build:
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-22.04
2727
steps:
2828
- uses: actions/checkout@v3
2929
- env:

0 commit comments

Comments
 (0)