diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 2a40a25..c53f20b 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -11,8 +11,7 @@ jobs: - name: Install xcbeautify uses: Cyberbeni/install-swift-tool@v2 with: - url: https://github.com/Cyberbeni/xcbeautify - branch: measurement-parsing + url: https://github.com/cpisciotta/xcbeautify - name: Test shell: bash run: | @@ -29,21 +28,15 @@ jobs: test-performance: strategy: matrix: - os: [ubuntu-latest, macos-12] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout uses: actions/checkout@v3 - - name: xcode-select - uses: maxim-lobanov/setup-xcode@v1 - if: runner.os == 'macOS' - with: - xcode-version: '14.2' - name: Install xcbeautify uses: Cyberbeni/install-swift-tool@v2 with: - url: https://github.com/Cyberbeni/xcbeautify - branch: measurement-parsing + url: https://github.com/cpisciotta/xcbeautify - name: Test shell: bash run: | @@ -54,14 +47,10 @@ jobs: strategy: matrix: os: [macOS, iOS, tvOS] - runs-on: macos-12 + runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@v3 - - name: xcode-select - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: '14.2' - name: Test run: fastlane scan --scheme "TypedNotificationCenter ${{ matrix.os }}" --disable_slide_to_type false - name: Codecov @@ -73,14 +62,10 @@ jobs: strategy: matrix: os: [iOS] - runs-on: macos-12 + runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@v3 - - name: xcode-select - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: '14.2' - name: Test run: fastlane scan --scheme "TNC UI Test Host ${{ matrix.os }}" - name: Codecov