diff --git a/.github/workflows/build_executables.yml b/.github/workflows/build_executables.yml index c467582c..c4837407 100644 --- a/.github/workflows/build_executables.yml +++ b/.github/workflows/build_executables.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - arch: [arm64] + arch: [x86_64] confs: - { mode: debug, archive: yes } @@ -75,4 +75,4 @@ jobs: with: root_dir: package file_path: ${{ env.PACKAGE_NAME }} - verbose: true + verbose: true \ No newline at end of file