Skip to content

Commit a9ecdd3

Browse files
committed
github: Run AWS upload on older ubuntu
1 parent 3b4b668 commit a9ecdd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-master.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727

2828
deploy-aws:
2929
needs: build
30-
runs-on: ubuntu-latest
30+
# It seems awscli disappeared in 24.04 (it seems to be back in later versions).
31+
# For now, running this on an older ubuntu.
32+
runs-on: ubuntu-22.04
3133
steps:
3234
- run: sudo apt-get update
3335
- run: sudo apt-get install awscli

0 commit comments

Comments
 (0)