From 8123b2329cc5ed5871aa83a026b9c587a51c8c3b Mon Sep 17 00:00:00 2001 From: Duron27 Date: Fri, 8 Dec 2023 09:40:07 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84d3a469d..a15af1eae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,19 +6,20 @@ jobs: build: strategy: matrix: - arch: [arm, arm64, x86, x86_64] + arch: [arm64] - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 env: - CMAKE_VERSION: 3.18.4 + CMAKE_VERSION: 3.19.7 steps: - uses: actions/checkout@v3 - name: Install dependencies run: | - sudo apt-get install -y build-essential gcc-multilib python unzip pkg-config p7zip-full + sudo apt-get update + sudo apt-get install -y build-essential gcc-multilib python unzip pkg-config p7zip-full ccache cd /home/runner/ wget https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-Linux-x86_64.tar.gz tar xvf cmake-$CMAKE_VERSION-Linux-x86_64.tar.gz @@ -59,4 +60,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: ${{ env.symbols_file }} - path: ${{ env.symbols_file }}.7z + path: ${{ env.symbols_file }}.7z \ No newline at end of file