diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 56d1a86..e0a71ba 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -21,7 +21,7 @@ on: jobs: create-release: name: Create release for ${{ github.ref_name }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Create Release uses: softprops/action-gh-release@v2 diff --git a/.github/workflows/js-unit-plugin.yml b/.github/workflows/js-unit-plugin.yml index 7344a9a..c6384de 100644 --- a/.github/workflows/js-unit-plugin.yml +++ b/.github/workflows/js-unit-plugin.yml @@ -20,7 +20,7 @@ on: jobs: JS-Unit: name: Run JS Unit tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout the plugin uses: actions/checkout@v4 diff --git a/.github/workflows/php-lint.yml b/.github/workflows/php-lint.yml index 01904fc..8b717d1 100644 --- a/.github/workflows/php-lint.yml +++ b/.github/workflows/php-lint.yml @@ -19,7 +19,7 @@ on: jobs: php-lint: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout the files uses: actions/checkout@v4 diff --git a/.github/workflows/phpcs-plugin.yml b/.github/workflows/phpcs-plugin.yml index fa1b548..80813ec 100644 --- a/.github/workflows/phpcs-plugin.yml +++ b/.github/workflows/phpcs-plugin.yml @@ -21,7 +21,7 @@ on: jobs: phpcs: name: PHPCS - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout the plugin uses: actions/checkout@v4 diff --git a/.github/workflows/phpstan-plugin.yml b/.github/workflows/phpstan-plugin.yml index 9e5bcce..24b234f 100644 --- a/.github/workflows/phpstan-plugin.yml +++ b/.github/workflows/phpstan-plugin.yml @@ -45,7 +45,7 @@ on: jobs: phpstan: name: PHPStan - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout the PRO and BASIC plugins uses: lipemat/public-actions/checkout-plugins@version/1 diff --git a/.github/workflows/populate-caches-plugin.yml b/.github/workflows/populate-caches-plugin.yml index 6ad7183..4116830 100644 --- a/.github/workflows/populate-caches-plugin.yml +++ b/.github/workflows/populate-caches-plugin.yml @@ -35,7 +35,7 @@ on: jobs: populate: name: Populate all caches - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout this repository uses: actions/checkout@v4 diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index defc880..777b262 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -32,7 +32,7 @@ on: jobs: publish: name: Publish on npm.js - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout the repository uses: actions/checkout@v4 diff --git a/.github/workflows/wp-unit-plugin.yml b/.github/workflows/wp-unit-plugin.yml index f42430c..f329a15 100644 --- a/.github/workflows/wp-unit-plugin.yml +++ b/.github/workflows/wp-unit-plugin.yml @@ -53,7 +53,7 @@ on: jobs: wp-unit: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout WordPress Core uses: actions/checkout@v4 diff --git a/README.md b/README.md index b9e3929..2d2b6e1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ https://docs.github.com/en/actions/using-workflows/reusing-workflows jobs: populate: name: Populate all caches - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Setup Node and PHP uses: lipemat/public-actions/setup-dependencies@v1