Skip to content

Commit

Permalink
ci: update job name
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Feb 2, 2024
1 parent 775ae6e commit 66d86f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"

jobs:
android:
samples-sample-android:
strategy:
matrix:
os: [ macos-11 ]
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Build
run: ./gradlew :samples:sample:app:assembleDebug --stacktrace
ios:
samples-sample-ios:
strategy:
matrix:
os: [ macos-12 ]
Expand Down

0 comments on commit 66d86f6

Please sign in to comment.