We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df71b8 commit 103f97bCopy full SHA for 103f97b
1 file changed
.github/workflows/continuous-integration.yml
@@ -175,14 +175,12 @@ jobs:
175
- 5.9-jammy
176
- 5.9-rhel-ubi9
177
- 6.2-noble
178
- - 6.3-rhel-ubi9
+ - 6.3-amazonlinux2023
179
container:
180
image: swift:${{ matrix.swift }}
181
- env:
182
- ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
183
steps:
184
- name: Checkout smithy-swift
185
- uses: actions/checkout@v4
+ uses: actions/checkout
186
- name: Install openssl
187
run: |
188
if [ -x "$(command -v apt)" ]; then
@@ -210,11 +208,9 @@ jobs:
210
208
211
209
212
213
214
215
216
217
218
219
220
0 commit comments