diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 3a7b82333..83430a56e 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -7,7 +7,7 @@ concurrency: jobs: codespell: name: CodeSpell - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - uses: actions/checkout@v4 - name: CodeSpell diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 9876c082e..9172e668d 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -7,7 +7,7 @@ concurrency: jobs: yamllint: name: Yamllint - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - uses: actions/checkout@v4 - name: Yamllint @@ -20,7 +20,7 @@ jobs: GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} mdformat: name: Mdformat - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - uses: actions/checkout@v4 - name: Mdformat diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2552c68b2..e8c8a044a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ concurrency: jobs: confirm_config_and_documentation: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm name: Confirm config and documentation steps: - uses: actions/checkout@v4 @@ -23,7 +23,7 @@ jobs: - run: bundle exec rake confirm_config documentation_syntax_check confirm_documentation main: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm strategy: matrix: ruby: @@ -48,7 +48,7 @@ jobs: - run: NO_COVERAGE=true bundle exec rake ${{ matrix.task }} coverage: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm name: "Test coverage" steps: - uses: actions/checkout@v4 @@ -59,7 +59,7 @@ jobs: - run: bundle exec rake spec edge-rubocop: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm strategy: matrix: task: @@ -80,7 +80,7 @@ jobs: - run: NO_COVERAGE=true bundle exec rake ${{ matrix.task }} oldest-rubocop: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm strategy: matrix: task: @@ -101,7 +101,7 @@ jobs: - run: NO_COVERAGE=true bundle exec rake ${{ matrix.task }} rspec4: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm name: RSpec 4 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d998a5008..249e15873 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,7 @@ on: jobs: publish: name: Publish to RubyGems - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm permissions: actions: write contents: write