Skip to content

Commit c4ab7c6

Browse files
committed
CI fix - change ubuntu-latest to ubuntu-24.04
Signed-off-by: Michal Shalev <[email protected]>
1 parent 09e3082 commit c4ab7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws_s3_validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
run_aws_s3_tests:
1111
name: Run AWS S3 Tests
1212
environment: SWX_AWS
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414
env:
1515
AWS_DEFAULT_REGION: eu-central-1
1616
AWS_ACCESS_KEY_ID: ${{ secrets.NIXL_AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)