Skip to content

Commit cf8389f

Browse files
committed
fix: use amazonlinux:2023
1 parent 3fe493f commit cf8389f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
test:
1515
runs-on: ubuntu-latest
16-
container: amazonlinux:2
16+
container: amazonlinux:2023
1717
steps:
1818
- name: Install the necessary tools
1919
run: |

0 commit comments

Comments
 (0)