diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d45f1c3dab..0947f636db 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,8 +16,9 @@ jobs:
strategy:
fail-fast: false
matrix:
+ # Pin ubuntu to ensure mono is installed
# Pin macos to get the version of Xcode that we need: https://github.com/actions/runner-images/issues/10703
- os: [ubuntu-latest, windows-latest, macos-15]
+ os: [ubuntu-22.04, windows-latest, macos-15]
steps:
- name: Checkout
@@ -53,8 +54,9 @@ jobs:
strategy:
fail-fast: false
matrix:
+ # Pin ubuntu to ensure mono is installed
# Pin macos to get the version of Xcode that we need: https://github.com/actions/runner-images/issues/10703
- os: [ubuntu-latest, windows-latest, macos-15]
+ os: [ubuntu-22.04, windows-latest, macos-15]
steps:
- name: Cancel Previous Runs
@@ -154,8 +156,9 @@ jobs:
strategy:
fail-fast: false
matrix:
+ # Pin ubuntu to ensure mono is installed
# Pin macos to get the version of Xcode that we need: https://github.com/actions/runner-images/issues/10703
- os: [ubuntu-latest, windows-latest, macos-15]
+ os: [ubuntu-22.04, windows-latest, macos-15]
steps:
- uses: actions/checkout@v4
@@ -234,7 +237,7 @@ jobs:
# run: dotnet publish test/Sentry.MauiTrimTest/Sentry.MauiTrimTest.csproj -c Release -f net9.0-ios18.0 -r ios-arm64
test-solution-filters:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
if: ${{ !startsWith(github.ref_name, 'release/') }}
steps:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3830c7a52b..605bb89d1f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@
- Bump Native SDK from v0.7.16 to v0.7.17 ([#3857](https://github.com/getsentry/sentry-dotnet/pull/3857))
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0717)
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.16...0.7.17)
+- Bump Java SDK from v7.19.0 to v7.20.0 ([#3866](https://github.com/getsentry/sentry-dotnet/pull/3866))
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7200)
+ - [diff](https://github.com/getsentry/sentry-java/compare/7.19.0...7.20.0)
- Bump CLI from v2.39.1 to v2.40.0 ([#3869](https://github.com/getsentry/sentry-dotnet/pull/3869))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2400)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.39.1...2.40.0)
diff --git a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj
index 024a4a93d1..46cc0077ab 100644
--- a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj
+++ b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj
@@ -3,7 +3,7 @@
net8.0-android34.0
$(NoWarn);BG8605;BG8606
- 7.19.0
+ 7.20.0
$(BaseIntermediateOutputPath)sdks\Sentry\Android\$(SentryAndroidSdkVersion)\
.NET Bindings for the Sentry Android SDK