Skip to content

Commit

Permalink
CI: test GitHub arm64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jan 17, 2025
1 parent 7d555d0 commit c8fb446
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-source-domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
check:
name: Check
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm

steps:
# - name: Tune GitHub-hosted runner network
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm

steps:
# - name: Tune GitHub-hosted runner network
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- build
name: Deploy to Cloudflare Pages
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
steps:
- name: Get NPM cache directory path
id: npm_cache_path
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- build
name: Deploy to GitHub and GitLab
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit c8fb446

Please sign in to comment.