diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d3dd050e2c..dbbd729c81 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: os: [ubuntu-latest, macos-latest] include: - os: ubuntu-latest - flutter_profile: development-linux-x86 + flutter_profile: development-linux-x86_64 - os: macos-latest flutter_profile: development-mac-x86_64 runs-on: ${{ matrix.os }} @@ -82,4 +82,4 @@ jobs: - name: Build working-directory: frontend run: | - cargo make --profile ${{ matrix.flutter_profile }} appflowy-dev \ No newline at end of file + cargo make --profile ${{ matrix.flutter_profile }} appflowy-dev