From 7441d8207a98e558aa7cb8244f0c9bb0f10ea858 Mon Sep 17 00:00:00 2001 From: Shail Patel Date: Sat, 6 Jan 2024 21:36:25 -0500 Subject: [PATCH] bump ubuntu version and disable osx big sur --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9946406c..be21ee5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,10 +33,10 @@ jobs: - name: Build for matrix.arch == armv7, aarch64, ppc64le if: ${{ matrix.arch == 'armv7' || matrix.arch == 'aarch64' || matrix.arch == 'ppc64le' }} - uses: uraimo/run-on-arch-action@v1.0.9 + uses: uraimo/run-on-arch-action@v2.6.0 with: architecture: ${{ matrix.arch }} - distribution: ubuntu18.04 + distribution: ubuntu22.04 run: | .github/workflows/generic-build.sh ${{ matrix.arch }} @@ -62,6 +62,7 @@ jobs: build-osx-big-sur: + if: false name: Build and test OSX executable (Big Sur) runs-on: macOS-11 env: