We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2cf18 commit c3558e2Copy full SHA for c3558e2
.github/workflows/main.yml
@@ -95,7 +95,7 @@ jobs:
95
strategy:
96
fail-fast: false
97
matrix:
98
- os: [ubuntu-22.04, ubuntu-18.04]
+ os: [ubuntu-22.04]
99
needs: release
100
101
steps:
README.md
@@ -22,7 +22,7 @@ Use `curl` to download and extract to `/opt/sentry-native`:
22
23
curl -L https://github.com/constructpm/sentry-native-build/releases/download/v5.15.8/sentry-native-5.15.8-$PLATFORM.tar.gz | sudo tar -xJC /opt
24
25
-where `$PLATFORM` is `ubuntu-18.04` or `ubuntu-22.04`.
+where `$PLATFORM` is currently restricted to `ubuntu-22.04`.
26
27
28
## Details
0 commit comments