diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 7ccf6671c..434004bff 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: BUILD_TYPE: [Release, Debug] - os: [ubuntu-24.04, ubuntu-24.04-arm] + os: [ubuntu-24.04, ubuntu-24.04-aarch64] # See: [About GitHub-hosted runners](https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners) # See: [Choosing the runner for a job](https://docs.github.com/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job)