Skip to content

Commit 19ab479

Browse files
committed
bump ubuntu back up to 20 for Python 3.10, remove clang 6 and gcc 5/6 and add gcc9 to test matrix
1 parent 46aefda commit 19ab479

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
BUILDER_SOURCE: releases
1212
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
1313
PACKAGE_NAME: aws-crt-python
14-
LINUX_BASE_IMAGE: ubuntu-18-x64
14+
LINUX_BASE_IMAGE: ubuntu-20-x64
1515
RUN: ${{ github.run_id }}-${{ github.run_number }}
1616
CRT_CI_ROLE: ${{ secrets.CRT_CI_ROLE_ARN }}
1717
AWS_DEFAULT_REGION: us-east-1
@@ -196,15 +196,13 @@ jobs:
196196
fail-fast: false
197197
matrix:
198198
compiler:
199-
- clang-6
200199
- clang-8
201200
- clang-9
202201
- clang-10
203202
- clang-11
204-
- gcc-5
205-
- gcc-6
206203
- gcc-7
207204
- gcc-8
205+
- gcc-9
208206
permissions:
209207
id-token: write # This is required for requesting the JWT
210208
steps:

0 commit comments

Comments
 (0)