We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb2b19 commit 37c4a38Copy full SHA for 37c4a38
.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
deploy:
9
name: 'Deploy to Production'
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
with:
0 commit comments