Skip to content

Commit

Permalink
chore: ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Dec 12, 2024
1 parent 6da05fd commit 8e94ce4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
validate-json:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: json-syntax-check
Expand All @@ -16,7 +17,7 @@ jobs:
pattern: "\\.json$"

check-json:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -29,7 +30,7 @@ jobs:

jmeter:
needs: [validate-json, check-json]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:

- uses: actions/checkout@v4
Expand Down

0 comments on commit 8e94ce4

Please sign in to comment.