Run aarch64-setup on ubuntu-22.04

This commit is contained in:
Ayaz Salikhov
2024-12-23 13:05:56 +00:00
parent 87b37b4fd8
commit 8e44737b80

View File

@@ -19,8 +19,8 @@ on:
jobs: jobs:
test-script: test-script:
# The script itself is not aarch64-specific # The script itself is not aarch64-specific
# It is easier to test on ubuntu-latest # It is easier to test on ubuntu-22.04
runs-on: ubuntu-latest runs-on: ubuntu-22.04
steps: steps:
- name: Checkout Repo ⚡️ - name: Checkout Repo ⚡️