Skip to content

Commit

Permalink
Update workflow to use Ubuntu 22.04 for YAML validation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-senechal committed Nov 18, 2024
1 parent cc89734 commit 2db2c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
validate_yaml:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand Down

0 comments on commit 2db2c2f

Please sign in to comment.