Skip to content

Commit

Permalink
Switch to arm64 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jan 25, 2025
1 parent 892a416 commit 2ea064f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
lint:
name: Static code analysis
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm

steps:
- name: Checkout
Expand All @@ -26,7 +26,7 @@ jobs:

typescript:
name: Type checking
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm

steps:
- name: Checkout
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

format:
name: Formatting
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm

steps:
- name: Checkout
Expand Down

0 comments on commit 2ea064f

Please sign in to comment.