Skip to content

Commit

Permalink
specify Ubuntu 22.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
chetbox committed Jan 11, 2025
1 parent 2c7628d commit 1ece908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
Expand All @@ -22,7 +22,7 @@ jobs:
if: github.ref == 'refs/heads/main'
needs:
- build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 40
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1ece908

Please sign in to comment.