Skip to content

Commit eafe366

Browse files
committed
Also update the build_release.yml to use amazon linux2
1 parent f8d98f7 commit eafe366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Build Release
2020
runs-on: ubuntu-latest
2121
container:
22-
image: "swift:6.0-rhel-ubi9"
22+
image: "swift:6.0-amazonlinux2"
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)