summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-02-19 18:34:12 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-02-19 18:34:12 +0100
commit030c3fa5bc02fcb5d406fed2aaaac6ca1e911eff (patch)
treeb61d553531a08c91f79800a9919b351210dcbd4d
parenteaf5fb8d1153a1384db0c5ae645e36ef84a9da51 (diff)
Update "GitHub Actions" Linux runner to 'ubuntu-latest'
Note: ubuntu-20.04 will be phased out soon
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4cb757375..ee5a2c55b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4