We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46aefda commit 19ab479Copy full SHA for 19ab479
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ env:
11
BUILDER_SOURCE: releases
12
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
13
PACKAGE_NAME: aws-crt-python
14
- LINUX_BASE_IMAGE: ubuntu-18-x64
+ LINUX_BASE_IMAGE: ubuntu-20-x64
15
RUN: ${{ github.run_id }}-${{ github.run_number }}
16
CRT_CI_ROLE: ${{ secrets.CRT_CI_ROLE_ARN }}
17
AWS_DEFAULT_REGION: us-east-1
@@ -196,15 +196,13 @@ jobs:
196
fail-fast: false
197
matrix:
198
compiler:
199
- - clang-6
200
- clang-8
201
- clang-9
202
- clang-10
203
- clang-11
204
- - gcc-5
205
- - gcc-6
206
- gcc-7
207
- gcc-8
+ - gcc-9
208
permissions:
209
id-token: write # This is required for requesting the JWT
210
steps:
0 commit comments