Skip to content

Commit

Permalink
Update dependency ubuntu to v24 (#251)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [ubuntu](https://redirect.github.com/actions/runner-images) |
github-runner | major | `20.04` -> `24.04` |
| ubuntu | final | major | `22.04` -> `24.04` |
  • Loading branch information
deviantintegral authored Sep 26, 2024
2 parents c6198a7 + 840efab commit 23be0a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildGitHubPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
Build-GitHub-Pages:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
path: _book

Publish-GitHub-Pages:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: [Build-GitHub-Pages]
if: github.ref == 'refs/heads/main'

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04 as node
FROM ubuntu:24.04 as node

RUN adduser node
WORKDIR /home/node/app
Expand Down

0 comments on commit 23be0a0

Please sign in to comment.