diff --git a/.github/actions/environment/action.yml b/.github/actions/environment/action.yml index 6167f099e4..3c4c1c6473 100644 --- a/.github/actions/environment/action.yml +++ b/.github/actions/environment/action.yml @@ -35,7 +35,7 @@ runs: - name: Pin the Xcode Version if: runner.os == 'macOS' shell: bash - run: sudo xcode-select --switch /Applications/Xcode_16.2.app + run: sudo xcode-select --switch /Applications/Xcode_16.4.app # Java 17 is needed for Android SDK setup step - name: Install Java 17 diff --git a/.github/workflows/device-tests-android.yml b/.github/workflows/device-tests-android.yml index f7192e1854..953dab0a49 100644 --- a/.github/workflows/device-tests-android.yml +++ b/.github/workflows/device-tests-android.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - tfm: [net8.0, net9.0] + tfm: [net9.0] env: DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_NOLOGO: 1 @@ -39,14 +39,6 @@ jobs: - name: Build Android Test App run: pwsh ./scripts/device-test.ps1 android -Build -Tfm ${{ matrix.tfm }} - - name: Upload Android Test App (net8.0) - if: matrix.tfm == 'net8.0' - uses: actions/upload-artifact@v4 - with: - name: device-test-android-net8.0 - if-no-files-found: error - path: test/Sentry.Maui.Device.TestApp/bin/Release/net8.0-android/android-x64/io.sentry.dotnet.maui.device.testapp-Signed.apk - - name: Upload Android Test App (net9.0) if: matrix.tfm == 'net9.0' uses: actions/upload-artifact@v4 @@ -65,7 +57,7 @@ jobs: strategy: fail-fast: false matrix: - tfm: [net8.0, net9.0] + tfm: [net9.0] # We run against both an older and a newer API api-level: [27, 33] env: diff --git a/test/Sentry.Maui.Device.TestApp/Sentry.Maui.Device.TestApp.csproj b/test/Sentry.Maui.Device.TestApp/Sentry.Maui.Device.TestApp.csproj index db353dae02..d6d124e287 100644 --- a/test/Sentry.Maui.Device.TestApp/Sentry.Maui.Device.TestApp.csproj +++ b/test/Sentry.Maui.Device.TestApp/Sentry.Maui.Device.TestApp.csproj @@ -1,8 +1,8 @@  - $(TargetFrameworks);net8.0-android;net9.0-android - $(TargetFrameworks);net8.0-ios;net9.0-ios + $(TargetFrameworks);net9.0-android + $(TargetFrameworks);net9.0-ios $(DefineConstants);VISUAL_RUNNER @@ -85,17 +85,13 @@ - - - - - - + + - - + +