Skip to content

Commit df9f635

Browse files
authored
Update deploy-github-page.yml
1 parent 5116de5 commit df9f635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
include:
2323
- name: Github-page
24-
os: ubuntu-24.04
24+
os: ubuntu-24.04-arm
2525
emsdk_ver: "3.1.45"
2626
steps:
2727
- uses: actions/checkout@v4
@@ -91,7 +91,7 @@ jobs:
9191
name: github-pages
9292
url: ${{ steps.deployment.outputs.page_url }}
9393

94-
runs-on: ubuntu-24.04
94+
runs-on: ubuntu-24.04-arm
9595
steps:
9696
- name: Deploy to GitHub Pages
9797
id: deployment

0 commit comments

Comments
 (0)