SIGN IN SIGN UP

fix: ios e2e job title (#1480)

## 📜 Description

Fixed a problem when e2e job shows incorrect XCode version used in
tests.

## 💡 Motivation and Context

Build can be performed on a different XCode version than actual run of
the application.

So we should use `xcode` version in job title, not `artifact`.

## 📢 Changelog

<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->

### CI

- use `xcode` instead of `artifact` for xcode runner version;

## 🤔 How Has This Been Tested?

Tested via this PR.

## 📸 Screenshots (if appropriate):

|Before|After|
|-------|-----|
|<img width="748" height="588" alt="image"
src="https://github.com/user-attachments/assets/0ff73c5c-f7f2-4878-bf09-12cbf3d635ac"
/>|<img width="747" height="440" alt="image"
src="https://github.com/user-attachments/assets/80fcfb86-a7b4-429a-8a92-ebc9672a2ffa"
/>|

## 📝 Checklist

- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed
K
Kirill Zyusko committed
7c6cbfbbfae6db6596e6932322d879600d01b3ac
Parent: d5edeae
Committed by GitHub <noreply@github.com> on 6/2/2026, 9:16:45 AM