Skip to content

Commit 11b0199

Browse files
Merge pull request #306 from abstracta/FIX_TEST_ACTION
Fix test action
2 parents c0abd02 + 900468d commit 11b0199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "**"
88
jobs:
99
test:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
concurrency: blazemeter_test
1212
steps:
1313
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)