-
-
Notifications
You must be signed in to change notification settings - Fork 5
Convert actions to Ubuntu 24.04 #3664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,7 +17,7 @@ jobs: | |
| matrix: | ||
| # Environments in which to run, such as those used in development and production, or which are candidates to | ||
| # move to. | ||
| os: ["ubuntu-22.04"] | ||
| os: ["ubuntu-24.04"] | ||
|
devin-ai-integration[bot] marked this conversation as resolved.
|
||
| dotnet_version: ["8.0.x"] | ||
| node_version: ["22.13.0"] | ||
| npm_version: ["11.11.0"] | ||
|
|
@@ -133,7 +133,7 @@ jobs: | |
| name: "Production build and test" | ||
| strategy: | ||
| matrix: | ||
| os: ["ubuntu-22.04"] | ||
| os: ["ubuntu-24.04"] | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Same issue as in the Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| dotnet_version: ["8.0.x"] | ||
| node_version: ["22.13.0"] | ||
| npm_version: ["11.11.0"] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ jobs: | |
| name: "Prepare Realtime Server backend" | ||
| strategy: | ||
| matrix: | ||
| os: ["ubuntu-22.04"] | ||
| os: ["ubuntu-24.04"] | ||
| dotnet_version: ["8.0.x"] | ||
| node_version: ["22.13.0"] | ||
| npm_version: ["11.11.0"] | ||
|
|
@@ -78,7 +78,7 @@ jobs: | |
| needs: [prepare-realtimeserver-backend] | ||
| strategy: | ||
| matrix: | ||
| os: ["ubuntu-22.04"] | ||
| os: ["ubuntu-24.04"] | ||
| dotnet_version: ["8.0.x"] | ||
| node_version: ["22.13.0"] | ||
| npm_version: ["11.11.0"] | ||
|
|
@@ -148,7 +148,7 @@ jobs: | |
| needs: [prepare-realtimeserver-backend] | ||
| strategy: | ||
| matrix: | ||
| os: ["ubuntu-22.04"] | ||
| os: ["ubuntu-24.04"] | ||
| dotnet_version: ["8.0.x"] | ||
| node_version: ["22.13.0"] | ||
| npm_version: ["11.11.0"] | ||
|
|
@@ -230,7 +230,7 @@ jobs: | |
| needs: [prepare-realtimeserver-backend] | ||
| strategy: | ||
| matrix: | ||
| os: ["ubuntu-22.04"] | ||
| os: ["ubuntu-24.04"] | ||
| dotnet_version: ["8.0.x"] | ||
| node_version: ["22.13.0"] | ||
| npm_version: ["11.11.0"] | ||
|
|
@@ -291,7 +291,7 @@ jobs: | |
| environment: "e2e_tests" | ||
| strategy: | ||
| matrix: | ||
| os: ["ubuntu-22.04"] | ||
| os: ["ubuntu-24.04"] | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚩 chromium-browser references may need updating for Ubuntu 24.04 compatibility The pre-build report steps in Was this helpful? React with 👍 or 👎 to provide feedback.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think it's a problem. And the E2E build passed. |
||
| dotnet_version: ["8.0.x"] | ||
| node_version: ["22.13.0"] | ||
| npm_version: ["11.11.0"] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,7 +30,7 @@ on: | |
| jobs: | ||
| determine_build_commit: | ||
| name: "Determine commit from which to build" | ||
| runs-on: ubuntu-22.04 | ||
| runs-on: ubuntu-24.04 | ||
| outputs: | ||
| build_commit: "${{ steps.get_commit.outputs.build_commit }}" | ||
| steps: | ||
|
|
@@ -118,7 +118,7 @@ jobs: | |
| node_version: "22.13.0" | ||
| npm_version: "11.11.0" | ||
| # When bumping OS version, the server will need to authorize the new default rsync args. | ||
| os: "ubuntu-22.04" | ||
| os: "ubuntu-24.04" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚩 rsync compatibility warning: server may need reconfiguration for ubuntu-24.04 The existing comments at Was this helpful? React with 👍 or 👎 to provide feedback. |
||
|
|
||
| angular_config: "production" | ||
| app_name: "scriptureforge" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.