Runners Update (#148)

* Update codeql.yml

* Update sync-mainline.yaml

* Update sync-staging.yaml
这个提交包含在:
Elwazir, Ammar
2025-07-09 11:42:23 -05:00
提交者 GitHub
父节点 5e99084425
当前提交 899d48d1ca
修改 3 个文件,包含 14 行新增3 行删除
+12 -1
查看文件
@@ -19,7 +19,8 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: rocprof-azure-gpuless-emu-runner-set
runs-on: AMD-ROCm-Internal-dev1
container: rocm/dev-ubuntu-22.04:latest
permissions:
# required for all workflows
security-events: write
@@ -43,6 +44,16 @@ jobs:
build-mode: none
steps:
- name: Install OS requirements
timeout-minutes: 10
shell: bash
run: |
sudo apt update
sudo apt install -y software-properties-common
sudo apt-add-repository ppa:git-core/ppa
sudo apt-get update
sudo apt install -y git
- name: Checkout repository
uses: actions/checkout@v4