File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515jobs :
1616 lint :
1717 name : Static code analysis
18- runs-on : ubuntu-latest
18+ runs-on : ubuntu-24.04-arm
1919
2020 steps :
2121 - name : Checkout
2929
3030 typescript :
3131 name : Type checking
32- runs-on : ubuntu-latest
32+ runs-on : ubuntu-24.04-arm
3333
3434 steps :
3535 - name : Checkout
6161
6262 format :
6363 name : Formatting
64- runs-on : ubuntu-latest
64+ runs-on : ubuntu-24.04-arm
6565
6666 steps :
6767 - name : Checkout
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515jobs :
1616 build :
1717 name : Build
18- runs-on : ubuntu-latest
18+ runs-on : ubuntu-24.04-arm
1919
2020 steps :
2121 - name : Checkout
4545 deploy :
4646 name : Deploy
4747 needs : build
48- runs-on : ubuntu-latest
48+ runs-on : ubuntu-24.04-arm
4949 environment :
5050 name : production
5151 url : https://projects.wojtekmaj.pl
You can’t perform that action at this time.
0 commit comments