Skip to content

Commit

Permalink
Set build names
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven committed Nov 20, 2024
1 parent 57d1a3f commit 264b484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
strategy:
matrix:
api-level: [ 34 ]
name: Build for API Level ${{ matrix.api-level }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
xcode_version: [ '15.4.0' ]
platform: [iOS, tvOS]
runs-on: macos-latest
name: Build for ${{ matrix.platform }} using XCode version ${{ matrix.xcode_version }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 264b484

Please sign in to comment.