Skip to content

Commit

Permalink
Merge pull request #572 from desci-labs/aws-build-fix
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
hubsmoke authored Oct 15, 2024
2 parents be191ba + d1aa22b commit 9a96898
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:

jobs:
build-and-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# container:
# image: ubuntu:latest
# options: --user 1001
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-isolated-media-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
jobs:
build-and-push:
name: Build and deploy
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: hashicorp/setup-terraform@v1
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-nodes-media.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
jobs:
build-and-push:
name: Build and deploy
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: hashicorp/setup-terraform@v1
- name: Checkout
Expand Down

0 comments on commit 9a96898

Please sign in to comment.