Runners Update (#148)

* Update codeql.yml

* Update sync-mainline.yaml

* Update sync-staging.yaml

[ROCm/aqlprofile commit: 899d48d1ca]
This commit is contained in:
Elwazir, Ammar
2025-07-09 11:42:23 -05:00
committad av GitHub
förälder 505bb395ba
incheckning d292fc4a94
3 ändrade filer med 14 tillägg och 3 borttagningar
+12 -1
Visa fil
@@ -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