Skip to content

Commit 80acdef

Browse files
authored
CI: GCC 10.1 on Ubuntu 22.04 (#95)
The Ubuntu PPA `ppa:ubuntu-toolchain-r/test` keeps timing out, so we update the base image to avoid it.
1 parent aaa75bd commit 80acdef

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/dependencies/dependencies_gcc10.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020 The AMReX Community
3+
# Copyright 2020-2022 The AMReX Community
44
#
55
# License: BSD-3-Clause-LBNL
66
# Authors: Axel Huebl
77

88
set -eu -o pipefail
99

10-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
1110
sudo apt-get update
1211

1312
sudo apt-get install -y --no-install-recommends \

.github/workflows/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
gcc10:
3434
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-22.04
3636
env: {CXXFLAGS: "-Werror -Wno-error=deprecated-declarations -Wshadow -Woverloaded-virtual -Wunreachable-code -fno-operator-names"}
3737
if: github.event.pull_request.draft == false
3838
steps:

0 commit comments

Comments
 (0)