Skip to content

Commit

Permalink
Run builds on latest Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielweyer committed Nov 24, 2024
1 parent 5c0d121 commit c712b79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build:
name: Coster Build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
working-directory: coster
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
tests:
name: Parser tests
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
working-directory: parser
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/skipped-coster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:
jobs:
build:
name: Coster Build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- run: echo "Handling skipped but required check, see https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks"
2 changes: 1 addition & 1 deletion .github/workflows/skipped-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:
jobs:
tests:
name: Parser tests
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- run: echo "Handling skipped but required check, see https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks"

0 comments on commit c712b79

Please sign in to comment.