Skip to content

Commit

Permalink
Change runner to ubuntu-latest in distributed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaraque committed Nov 5, 2024
1 parent 7a9083a commit bc49bb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ permissions:

jobs:
run-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false # If a job fails, the rest of jobs will not be canceled
matrix:
Expand Down

0 comments on commit bc49bb2

Please sign in to comment.