Skip to content

Commit

Permalink
リリーステストにarm64を追加しターゲット名を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
HyodaKazuaki committed Jan 18, 2025
1 parent ec049e7 commit 05894df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-engine-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
matrix:
include:
- os: ubuntu-20.04
target: linux-cpu
target: linux-cpu-x64
- os: ubuntu-22.04-arm
target: linux-cpu-arm64
- os: ubuntu-20.04
target: linux-nvidia
- os: macos-13
Expand Down

0 comments on commit 05894df

Please sign in to comment.