Skip to content

Commit 1b7ba95

Browse files
authored
Update build.yaml
1 parent 0320890 commit 1b7ba95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
include:
1919
- os: ubuntu-22.04
20-
- os: ubuntu-22.04-arm64-2core
20+
- os: ubuntu-22.04-arm
2121

2222
name: ${{ matrix.os }}
2323
runs-on: ${{ matrix.os }}
@@ -39,7 +39,7 @@ jobs:
3939
python3 -m aqt install-qt linux desktop $QT_VERSION linux_gcc_64 -O /tmp/qt
4040
4141
- name: Install Qt
42-
if: matrix.os == 'ubuntu-22.04-arm64-2core'
42+
if: matrix.os == 'ubuntu-22.04-arm'
4343
run: |
4444
python3 -m aqt install-qt linux_arm64 desktop $QT_VERSION linux_gcc_arm64 -O /tmp/qt
4545
@@ -56,7 +56,7 @@ jobs:
5656
cp build-amd64/deploy/*.AppImage executables
5757
5858
- name: Build for Linux arm64
59-
if: matrix.os == 'ubuntu-22.04-arm64-2core'
59+
if: matrix.os == 'ubuntu-22.04-arm'
6060
run: |
6161
chmod +x /tmp/qt/$QT_VERSION/gcc_arm64/bin/qt-cmake
6262
/tmp/qt/$QT_VERSION/gcc_arm64/bin/qt-cmake \
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/cache/restore@v4
9393
with:
9494
fail-on-cache-miss: true
95-
key: ubuntu-22.04-arm64-2core-${{ github.run_id }}-${{ github.run_attempt }}
95+
key: ubuntu-22.04-arm-${{ github.run_id }}-${{ github.run_attempt }}
9696
path: executables
9797

9898
- name: Publish executables

0 commit comments

Comments
 (0)