diff --git a/.github/workflows/assets.yml b/.github/workflows/assets.yml index f75f0640..0ae6b165 100644 --- a/.github/workflows/assets.yml +++ b/.github/workflows/assets.yml @@ -3,10 +3,10 @@ name: Deploy to WordPress.org on: push: branches: [ trunk ] - + jobs: deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 - name: Assets Update diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 19c5a971..332b42de 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: - '*' jobs: deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2