Skip to content

Commit b99f2cf

Browse files
Upgrade github actions to use ubuntu 24.04 (#714)
1 parent 5388117 commit b99f2cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-prod.yml

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

88
jobs:
99
build_and_deploy:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3

.github/workflows/deploy-staging.yml

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

88
jobs:
99
build_and_deploy:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3

.github/workflows/lineage_update.yml

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

77
jobs:
88
scheduled_check:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
defaults:
1111
run:
1212
shell: bash

0 commit comments

Comments
 (0)