Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
metsma committed Aug 28, 2024
1 parent c08d9f6 commit 6e75b50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
path: libdigidocpp*.zip
android:
name: Build on Ubuntu for ${{ matrix.target }}
runs-on: ubuntu-24.04
runs-on: macos-latest
strategy:
matrix:
target: [androidarm, androidarm64, androidx86_64]
Expand All @@ -85,7 +85,9 @@ jobs:
triplet: x64-android
steps:
- name: Install dependencies
run: sudo apt update -qq && sudo apt install --no-install-recommends -y ninja-build
run: |
brew update
brew install --formula ninja swig
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6e75b50

Please sign in to comment.