Skip to content

Commit

Permalink
Develop actions runner (#205)
Browse files Browse the repository at this point in the history
Signed-off-by: Duncan Ragsdale <88173870+Thistleman@users.noreply.github.com>
  • Loading branch information
Thistleman authored May 6, 2024
1 parent cf08cbf commit 4cc5cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
sudo sh ./build.sh --upload --release
buildAWSUbuntuAMI:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
environment: Integration
needs: [buildUbuntu22FastS3,buildUbuntu20FastS3,buildMacos12FastS3,buildMacos13FastS3]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
sudo sh ./build.sh --upload --release
buildAWSUbuntuAMI:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
environment: Integration
needs: [buildUbuntu22FastS3,buildUbuntu20FastS3,buildMacos12FastS3]

Expand Down

0 comments on commit 4cc5cd6

Please sign in to comment.