Skip to content

Commit e49af94

Browse files
committed
go back to intel
1 parent ed9d719 commit e49af94

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ jobs:
149149
mix coveralls.github --import-cover cover
150150
151151
quality:
152-
name: Code Quality (ARM - Cost Optimized)
153-
runs-on: ubuntu-latest-arm64
152+
name: Code Quality
153+
runs-on: ubuntu-latest
154154

155155
steps:
156156
- name: Checkout code
@@ -168,23 +168,22 @@ jobs:
168168
path: |
169169
deps
170170
_build
171-
key: ${{ runner.os }}-arm64-mix-quality-${{ hashFiles('**/mix.lock') }}
171+
key: ${{ runner.os }}-mix-quality-${{ hashFiles('**/mix.lock') }}
172172

173173
- name: Cache Dialyzer PLTs
174174
uses: actions/cache@v4
175175
with:
176176
path: priv/plts
177-
key: ${{ runner.os }}-arm64-dialyzer-1.18-27-${{ hashFiles('**/mix.lock') }}
177+
key: ${{ runner.os }}-dialyzer-1.18-27-${{ hashFiles('**/mix.lock') }}
178178
restore-keys: |
179-
${{ runner.os }}-arm64-dialyzer-1.18-27-
179+
${{ runner.os }}-dialyzer-1.18-27-
180180
181181
- name: Install dependencies
182182
run: mix deps.get
183183

184-
- name: Run code quality checks on ARM
184+
- name: Run code quality checks
185185
run: |
186-
echo "🔍 Running code quality analysis on cost-optimized ARM64 runners"
187-
echo "💰 Static analysis tools are perfect for ARM - ~40% cost savings!"
186+
echo "🔍 Running code quality analysis"
188187
echo "📊 Checking: formatting, Credo analysis, Dialyzer type checking"
189188
echo ""
190189

0 commit comments

Comments
 (0)