Skip to content

Commit

Permalink
armへ変更した
Browse files Browse the repository at this point in the history
  • Loading branch information
huuyafwww committed Feb 1, 2025
1 parent 41c9190 commit 982bed2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
assign-author:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
steps:
- uses: kentaro-m/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit 982bed2

Please sign in to comment.