Skip to content

Commit 3c3df09

Browse files
committed
ISSUE-345: update runner
1 parent 3cec7c9 commit 3c3df09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
jobs:
44
main:
55
name: phpList Base Dist on PHP ${{ matrix.php-versions }}, with dist ${{ matrix.dependencies }} [Build, Test]
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-22.04
77
env:
88
DB_DATABASE: phplist
99
DB_USERNAME: root

.github/workflows/restapi-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
make-restapi-docs:
1010
name: Checkout phpList rest-api and generate docs specification (OpenAPI latest-restapi.json)
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Checkout Repository
1414
uses: actions/checkout@v3
@@ -41,7 +41,7 @@ jobs:
4141

4242
deploy-docs:
4343
name: Deploy REST API Specification
44-
runs-on: ubuntu-20.04
44+
runs-on: ubuntu-22.04
4545
needs: make-restapi-docs
4646
steps:
4747
- name: Setup Node.js

0 commit comments

Comments
 (0)