Skip to content

Commit 103f97b

Browse files
committed
chore: Run latest CI jobs on AL2023
1 parent 3df71b8 commit 103f97b

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,12 @@ jobs:
175175
- 5.9-jammy
176176
- 5.9-rhel-ubi9
177177
- 6.2-noble
178-
- 6.3-rhel-ubi9
178+
- 6.3-amazonlinux2023
179179
container:
180180
image: swift:${{ matrix.swift }}
181-
env:
182-
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
183181
steps:
184182
- name: Checkout smithy-swift
185-
uses: actions/checkout@v4
183+
uses: actions/checkout
186184
- name: Install openssl
187185
run: |
188186
if [ -x "$(command -v apt)" ]; then
@@ -210,11 +208,9 @@ jobs:
210208
- 5.9-jammy
211209
- 5.9-rhel-ubi9
212210
- 6.2-noble
213-
- 6.3-rhel-ubi9
211+
- 6.3-amazonlinux2023
214212
container:
215213
image: swift:${{ matrix.swift }}
216-
env:
217-
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
218214
steps:
219215
- name: Install openssl
220216
run: |

0 commit comments

Comments
 (0)