Skip to content

Commit 44f92c9

Browse files
authored
Update deploy-site.yml
Signed-off-by: Joe Banks <[email protected]>
1 parent 7eef363 commit 44f92c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-site.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
name: Build site
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- name: Check-out (Production)
@@ -48,7 +48,7 @@ jobs:
4848
name: Deploy to Production
4949
needs: [build]
5050
if: ${{ (github.ref == 'refs/heads/main') && (github.event_name == 'push') }}
51-
runs-on: ubuntu-latest
51+
runs-on: ubuntu-24.04
5252
environment:
5353
name: production
5454
url: "https://jb3.dev/"
@@ -92,7 +92,7 @@ jobs:
9292
deploy-staging:
9393
name: Deploy to Staging
9494
needs: [build]
95-
runs-on: ubuntu-latest
95+
runs-on: ubuntu-24.04
9696
if: github.event_name == 'pull_request_target'
9797
environment:
9898
name: staging

0 commit comments

Comments
 (0)