Skip to content

Commit 007c8c9

Browse files
committed
Fix runs-on on test-github-action
1 parent b5e5f1a commit 007c8c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
jobs:
88
test-github-action:
9-
runs-on: ubuntu-latestubuntu-24.04
9+
runs-on: ubuntu-24.04
1010
name: Test GitHub Action
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)