Skip to content

Commit c3558e2

Browse files
committed
chore: Remove extra mentions of 18.04
1 parent 5b2cf18 commit c3558e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
strategy:
9696
fail-fast: false
9797
matrix:
98-
os: [ubuntu-22.04, ubuntu-18.04]
98+
os: [ubuntu-22.04]
9999
needs: release
100100

101101
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use `curl` to download and extract to `/opt/sentry-native`:
2222

2323
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
2424

25-
where `$PLATFORM` is `ubuntu-18.04` or `ubuntu-22.04`.
25+
where `$PLATFORM` is currently restricted to `ubuntu-22.04`.
2626

2727

2828
## Details

0 commit comments

Comments
 (0)