Skip to content

Commit 67d165f

Browse files
authored
chore(ci): bump the ubuntu GH runners (#1118)
1 parent f762925 commit 67d165f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
environment:
1212
name: staging
1313
url: https://staging.kurl.sh
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
@@ -43,7 +43,7 @@ jobs:
4343
environment:
4444
name: production
4545
url: https://kurl.sh
46-
runs-on: ubuntu-20.04
46+
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/checkout@v4
4949
- uses: actions/setup-node@v4

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99

1010
deploy-staging-netlify:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [ pull_request ]
55
jobs:
66

77
test:
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-node@v4

.github/workflows/update-release-notes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build-pr-release-notes:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
1111

0 commit comments

Comments
 (0)