Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
demo-exe committed Mar 28, 2024
1 parent 7fd58b5 commit 0682d10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
jobs:
build:
runs-on:
- ubuntu-22.02
- ubuntu-22.04
strategy:
matrix:
build_type: [debug, release]
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

checkstyle:
runs-on:
- ubuntu-22.02
- ubuntu-22.04
steps:
- name: Clean the workspace
uses: docker://alpine
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
needs:
- conclude
runs-on:
- ubuntu-22.02
- ubuntu-22.04
if: always()
steps:
- name: Set status
Expand Down

0 comments on commit 0682d10

Please sign in to comment.