Skip to content

Commit

Permalink
ci: upgrade ubuntu for old gcc job (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus committed Oct 24, 2022
1 parent e5eeb79 commit d380374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
matrix:
include:
- name: Linux (old gcc, 32-bit)
os: ubuntu-18.04
os: ubuntu-20.04
CC: gcc-7
CXX: g++-7
TEST_X86: 1
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install cmake gcc-multilib g++-multilib zlib1g-dev:i386 libssl-dev:i386 libcurl4-openssl-dev:i386
sudo apt install cmake gcc-7-multilib g++-7-multilib zlib1g-dev:i386 libssl-dev:i386 libcurl4-openssl-dev:i386
- name: Installing CodeChecker
if: ${{ contains(env['RUN_ANALYZER'], 'code-checker') }}
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

**Internal**:

- CI: update github actions to upgrade deprecated node runners. ([#767](https://github.com/getsentry/sentry-native/pull/767))
- CI: updated github actions to upgrade deprecated node runners. ([#767](https://github.com/getsentry/sentry-native/pull/767))
- CI: upgraded Ubuntu to 20.04 for "old gcc" (v7) job due to deprecation. ([#768](https://github.com/getsentry/sentry-native/pull/768))

## 0.5.2

Expand Down

0 comments on commit d380374

Please sign in to comment.