diff --git a/.github/workflows/abtesting.yml b/.github/workflows/abtesting.yml index 29ba0bb6c73..50aceb55c1e 100644 --- a/.github/workflows/abtesting.yml +++ b/.github/workflows/abtesting.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - target: [iOS, tvOS, macOS, catalyst, watchOS] + target: [ios, tvos, macos, watchos] os: [macos-12, macos-13] include: - os: macos-12 diff --git a/.github/workflows/appdistribution.yml b/.github/workflows/appdistribution.yml index d248d92ebd5..3339b06669b 100644 --- a/.github/workflows/appdistribution.yml +++ b/.github/workflows/appdistribution.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - target: [iOS] + target: [ios] os: [macos-12, macos-13] include: - os: macos-12 diff --git a/.github/workflows/auth.yml b/.github/workflows/auth.yml index e2f15beb1e7..540369aaa12 100644 --- a/.github/workflows/auth.yml +++ b/.github/workflows/auth.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: - target: [iOS, tvOS, macOS, catalyst, watchOS] + target: [ios, tvos, macos, watchos] os: [macos-12, macos-13] include: - os: macos-12