Skip to content

Commit 08521f8

Browse files
authored
Update github actions to specify ubuntu 24.04 (#2)
1 parent 1484f51 commit 08521f8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-master-to-live.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: workflow_dispatch
44
jobs:
55
deploy-live:
66
name: Deploy master to live
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04
88
environment: deploy
99

1010
steps:

.github/workflows/deploy-preview-to-live.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: workflow_dispatch
44
jobs:
55
deploy-preview:
66
name: Push preview to master and deploy to live
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04
88
environment: deploy
99

1010
steps:

.github/workflows/deploy-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: workflow_dispatch
44
jobs:
55
deploy-preview:
66
name: Deploy preview branch
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04
88
environment: deploy
99

1010
steps:

.github/workflows/fetch-and-deploy-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: workflow_dispatch
44
jobs:
55
deploy-preview:
66
name: Fetch docs and deploy preview branch
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04
88
environment: deploy
99

1010
steps:

0 commit comments

Comments
 (0)