Skip to content

Commit

Permalink
Merge pull request #203 from finspin/update-gh-action
Browse files Browse the repository at this point in the history
Run GH Action on ubuntu-latest
  • Loading branch information
finspin committed Dec 17, 2023
2 parents 6ebece0 + 5ca927d commit 21c0793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build-and-deploy:
name: Build and deploy
runs-on: [ubuntu-18.04]
runs-on: [ubuntu-latest]
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 21c0793

Please sign in to comment.