DAT-20199 DevOps :: Evaluate GitHub Actions arm64 Hosted Runners in Public Repositories #241
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates several GitHub Actions workflows to use a specific branch (
DAT-20199
) instead ofmain
for the referenced workflow files and changes the runner environment fromubuntu-latest
toubuntu-24.04-arm
across multiple workflows. These updates ensure consistency in workflow execution and align the environment with the desired architecture.Workflow Reference Updates:
.github/workflows/attach-artifact-release.yml
: Updated the referenced workflow file to use theDAT-20199
branch..github/workflows/build-nightly.yml
: Changed the referenced workflow file to point to theDAT-20199
branch..github/workflows/codeql.yml
: Updated the referenced workflow file to useDAT-20199
..github/workflows/create-release.yml
: Switched the referenced workflow file to theDAT-20199
branch..github/workflows/dry-run-release.yml
: Updated multiple job references to use theDAT-20199
branch. [1] [2] [3]Runner Environment Updates:
.github/workflows/dry-run-release.yml
: Changed the runner environment fromubuntu-latest
toubuntu-24.04-arm
for several jobs (dry-run-get-draft-release
,cleanup
, andnotify
). [1] [2] [3].github/workflows/label-pr.yml
: Updated the runner environment toubuntu-24.04-arm
..github/workflows/test.yml
: Changed the runner environment toubuntu-24.04-arm
for multiple jobs and updated the workflow references to use theDAT-20199
branch.