Skip to content

Commit

Permalink
Downgrade to ubuntu-18.04 aws/aws-cli#5262
Browse files Browse the repository at this point in the history
  • Loading branch information
miensol committed May 17, 2021
1 parent 7dc9872 commit 517c7ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES: true
CI: true
deploy-gh-pages:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
needs:
- build
steps:
Expand All @@ -60,7 +60,7 @@ jobs:
access-token: ${{ secrets.ACCESS_TOKEN }}
deploy-branch: gh-pages
deploy-s3:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
env:
AWS_REGION: 'eu-central-1'
AWS_DEFAULT_REGION: 'eu-central-1'
Expand Down

0 comments on commit 517c7ac

Please sign in to comment.