Skip to content

Commit

Permalink
Update build-on-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rippanda12 authored Dec 14, 2024
1 parent 125b466 commit 1ed2d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
release:
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }}
steps:
- name: Checkout
Expand Down

0 comments on commit 1ed2d53

Please sign in to comment.