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 26, 2025
1 parent 675c42a commit 779c13a
Show file tree
Hide file tree
Showing 2 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 @@ -15,7 +15,7 @@ env:
jobs:
lint:
name: Static code analysis
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm

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

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

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

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

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm

steps:
- name: Checkout
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
deploy:
name: Deploy
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
environment:
name: production
url: https://projects.wojtekmaj.pl
Expand Down

0 comments on commit 779c13a

Please sign in to comment.