Skip to content

Commit 25b0ec4

Browse files
committed
CI: use g++ 9 for android builds
Ubuntu 20.04 removed package of g++ 8. Therefore, version 9 is used. Signed-off-by: Patryk Wrobel <183546751+pwrobeldev@users.noreply.github.com>
1 parent 2fa800d commit 25b0ec4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/functional-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Install GCC
7777
uses: egor-tensin/setup-gcc@v1
7878
with:
79-
version: 8
79+
version: 9
8080
- name: Install CMake
8181
uses: jwlawson/actions-setup-cmake@v1.7
8282
with:
@@ -138,7 +138,7 @@ jobs:
138138
- name: Install GCC
139139
uses: egor-tensin/setup-gcc@v1
140140
with:
141-
version: 8
141+
version: 9
142142
- name: Install CMake
143143
uses: jwlawson/actions-setup-cmake@v1.7
144144
with:

0 commit comments

Comments
 (0)