From 8af7a283887a7ac783d5ff2996d96526b065f098 Mon Sep 17 00:00:00 2001 From: Chi Huu Huynh <73843190+Chi-EEE@users.noreply.github.com> Date: Mon, 13 May 2024 15:46:02 +0100 Subject: [PATCH] Update build_executables.yml --- .github/workflows/build_executables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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