Skip to content

Commit

Permalink
Update to ubuntu-latest in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth authored Jun 5, 2024
1 parent 9f8713c commit a89211a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
scheduler:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
outputs:
docs: ${{ steps.set-matrix.outputs.docs }}
ports: ${{ steps.set-matrix.outputs.ports }}
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

docs:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: scheduler
if: needs.scheduler.outputs.docs == 'True'
env:
Expand Down

0 comments on commit a89211a

Please sign in to comment.