From c712b79bd588cb0bde61c6431c97c0bfccbd50d2 Mon Sep 17 00:00:00 2001 From: Gabriel Weyer Date: Sun, 24 Nov 2024 15:07:30 +1100 Subject: [PATCH] Run builds on latest Ubuntu --- .github/workflows/coster.yml | 2 +- .github/workflows/parser.yml | 2 +- .github/workflows/skipped-coster.yml | 2 +- .github/workflows/skipped-parser.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coster.yml b/.github/workflows/coster.yml index dabaea6..bf322b7 100644 --- a/.github/workflows/coster.yml +++ b/.github/workflows/coster.yml @@ -17,7 +17,7 @@ env: jobs: build: name: Coster Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest defaults: run: working-directory: coster diff --git a/.github/workflows/parser.yml b/.github/workflows/parser.yml index bd91256..cc533a3 100644 --- a/.github/workflows/parser.yml +++ b/.github/workflows/parser.yml @@ -17,7 +17,7 @@ on: jobs: tests: name: Parser tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest defaults: run: working-directory: parser diff --git a/.github/workflows/skipped-coster.yml b/.github/workflows/skipped-coster.yml index 6507b49..3a1e1ac 100644 --- a/.github/workflows/skipped-coster.yml +++ b/.github/workflows/skipped-coster.yml @@ -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" diff --git a/.github/workflows/skipped-parser.yml b/.github/workflows/skipped-parser.yml index f7b90ec..8fb0630 100644 --- a/.github/workflows/skipped-parser.yml +++ b/.github/workflows/skipped-parser.yml @@ -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" \ No newline at end of file