Skip to content

Commit

Permalink
Travis CI: Use gcc-10 instead of gcc-11 on Focal/s390x
Browse files Browse the repository at this point in the history
(fix of commit 8c9b8fa)
  • Loading branch information
ivmai committed Mar 16, 2023
1 parent 8c9b8fa commit d66b234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ jobs:
- addons:
apt:
packages:
- gcc-11
- gcc-10
sources:
- ubuntu-toolchain-r-test
arch: s390x
compiler: gcc-11
compiler: gcc-10
dist: focal
env:
- CFLAGS_EXTRA="-O3"
Expand Down

0 comments on commit d66b234

Please sign in to comment.