Skip to content

Commit 6bd2120

Browse files
authored
chore: Run latest CI jobs on AL2023 (#1064)
1 parent 3df71b8 commit 6bd2120

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
6262
xcode-select -p
6363
- name: Checkout smithy-swift
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v6
6565
- name: Setup common tools
6666
uses: ./.github/actions/setup-common-tools-composite-action
6767
- name: List all sims installed
@@ -125,7 +125,7 @@ jobs:
125125
sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
126126
xcode-select -p
127127
- name: Checkout smithy-swift
128-
uses: actions/checkout@v4
128+
uses: actions/checkout@v6
129129
with:
130130
path: smithy-swift
131131
- name: Checkout aws-sdk-swift with composite action
@@ -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@v6
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: |
@@ -224,7 +220,7 @@ jobs:
224220
yum install -y openssl-devel which
225221
fi
226222
- name: Checkout smithy-swift
227-
uses: actions/checkout@v4
223+
uses: actions/checkout@v6
228224
with:
229225
path: smithy-swift
230226
- name: Checkout aws-sdk-swift with composite action

0 commit comments

Comments
 (0)