Skip to content

Commit

Permalink
bump ubuntu version and disable osx big sur
Browse files Browse the repository at this point in the history
  • Loading branch information
shailpatels committed Jan 7, 2024
1 parent 1c268df commit 7441d82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -62,6 +62,7 @@ jobs:
build-osx-big-sur:
if: false
name: Build and test OSX executable (Big Sur)
runs-on: macOS-11
env:
Expand Down

0 comments on commit 7441d82

Please sign in to comment.