We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691644e commit b556979Copy full SHA for b556979
1 file changed
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
11
12
jobs:
13
deploy:
14
- runs-on: blacksmith-4vcpu-ubuntu-2404
+ runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v3
17
0 commit comments