From c5e9b7ad658d40a115e3f2aca5a17f5534ea9485 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Sat, 25 Jan 2025 23:47:23 +0100 Subject: [PATCH] Switch to arm64 runners --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/close-stale-issues.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9180f2..2b360f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ env: jobs: lint: name: Static code analysis - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - name: Checkout @@ -26,7 +26,7 @@ jobs: typescript: name: Type checking - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - name: Checkout @@ -58,7 +58,7 @@ jobs: format: name: Formatting - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - name: Checkout @@ -72,7 +72,7 @@ jobs: unit: name: Unit tests - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - name: Checkout diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index e6f355c..65e9e97 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -8,7 +8,7 @@ on: jobs: close-issues: name: Close stale issues - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - name: Close stale issues diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2a3fd0b..7529317 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ permissions: jobs: publish: name: Publish - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - name: Checkout