Skip to content

Commit 4cbeaad

Browse files
authored
Update node&docker.yml
1 parent f8bd640 commit 4cbeaad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node&docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
IMAGE_NAME: personal-web
1515
jobs:
1616
build:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
strategy:
1919
matrix:
2020
node-version: [20.x, 22.x]
@@ -41,7 +41,7 @@ jobs:
4141
token: ${{ secrets.CODECOV_TOKEN }} # required
4242
docker-build:
4343
needs: build
44-
runs-on: ubuntu-22.04
44+
runs-on: ubuntu-24.04
4545
if: github.event_name == 'pull_request'
4646
steps:
4747
- uses: actions/checkout@v4
@@ -52,7 +52,7 @@ jobs:
5252
docker-push:
5353
# Ensure test job passes before pushing image.
5454
needs: build
55-
runs-on: ubuntu-22.04
55+
runs-on: ubuntu-24.04
5656
if: github.event_name == 'push'
5757
steps:
5858
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)