Skip to content

Commit 1ed2d53

Browse files
authored
Update build-on-push.yml
1 parent 125b466 commit 1ed2d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-on-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
@@ -40,7 +40,7 @@ jobs:
4040
4141
release:
4242
needs: build
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-24.04
4444
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }}
4545
steps:
4646
- name: Checkout

0 commit comments

Comments
 (0)