Skip to content

Commit

Permalink
actions: Run on focal
Browse files Browse the repository at this point in the history
Bionic no longer supported so run on focal.

Signed-off-by: Mark Grant <m.grant.prg@gmail.com>
  • Loading branch information
m-grant-prg committed Oct 16, 2023
1 parent 106a0d9 commit bf54f25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#########################################################################
# #
# File ID: ./.github/workflows/build-test.yml #
# Author: Copyright (C) 2021 Mark Grant #
# Author: Copyright (C) 2021, 2023 Mark Grant #
# #
# Released under the GPLv3 only. #
# SPDX-License-Identifier: GPL-3.0-only #
Expand All @@ -22,6 +22,8 @@
# 26/11/2021 MG 1.0.2 Get tags as needed for git-enhanced #
# AC_INIT. #
# Tighten SPDX tag. #
# 16/10/2023 MG 1.0.3 Bionic no longer supported, run on #
# focal. #
# #
#########################################################################

Expand All @@ -36,7 +38,7 @@ on:

jobs:
build-test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
# Check-out the repository under $GITHUB_WORKSPACE.
Expand Down

0 comments on commit bf54f25

Please sign in to comment.