Skip to content

Commit

Permalink
CI: run on Ubuntu 20 💚
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Sep 7, 2022
1 parent 982234a commit 886a1e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: yarn test-accessibility
# build:
# needs: install
# runs-on: ubuntu-18.04
# runs-on: ubuntu-20.04
# strategy:
# matrix:
# node-version: [16.x]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hotfix-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
docker-push:
if: github.ref == 'refs/heads/hotfix'
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- published
jobs:
prod-push:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 886a1e4

Please sign in to comment.