Skip to content

Commit 305fb69

Browse files
committed
GitHub Actions: use Ubuntu 24.04
1 parent 3425d27 commit 305fb69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
deploy:
1010
name: Deploy to Heroku
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
if: github.repository == 'freeCodeCamp/devdocs'
1313
steps:
1414
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0

.github/workflows/schedule-doc-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
report:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
if: github.repository == 'freeCodeCamp/devdocs'
1111
steps:
1212
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0

0 commit comments

Comments
 (0)