Skip to content

Commit

Permalink
Merge pull request #569 from desci-labs/aws-build-fix
Browse files Browse the repository at this point in the history
lock ubuntu version for gh action
  • Loading branch information
hubsmoke authored Oct 15, 2024
2 parents 77f3f8f + 9ef5354 commit be191ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-repo-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
build-and-push:
# needs: build-and-test
name: Build and deploy
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: hashicorp/setup-terraform@v1
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:

jobs:
build-and-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# container:
# image: ubuntu:latest
# options: --user 1001
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
build-and-push-images:
# we build and push for every commit, even if tests pass, that way when tests pass deployment is short (run test + build in parallel)
name: Build and push images
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: hashicorp/setup-terraform@v1
- name: Checkout
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
needs:
- build-and-test
- build-and-push-images
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: hashicorp/setup-terraform@v1
- name: Checkout
Expand Down

0 comments on commit be191ba

Please sign in to comment.