Skip to content

Commit

Permalink
fixed github job ids
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Feb 9, 2025
1 parent db95596 commit 892ef06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: ./.github/workflows/scripts/install-tools.sh
- name: Build
run: melos run build:example_android
build_example_android_3_13:
build_example_android_3_19:
name: Build Android example app (3.19)
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
run: ./.github/workflows/scripts/install-tools.sh
- name: Build
run: melos run build:example_ios
build_example_ios_3_13:
build_example_ios_3_19:
name: Build iOS example app (3.19)
runs-on: macos-latest
steps:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run: ./.github/workflows/scripts/install-tools.sh
- name: Build
run: melos run build:example_macos
build_example_macos_3_13:
build_example_macos_3_19:
name: Build macOS example app (3.19)
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 892ef06

Please sign in to comment.