aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorclassabbyamp <dev@placeviolette.net>2022-05-17 15:42:47 +0000
committerMichael Aldridge <aldridge.mac@gmail.com>2022-05-17 16:52:50 +0000
commit0763ffbad8a4f83c6ddb3b8613157c200f660956 (patch)
treef223bb85c20a20bad26fc73742c57f7f719c9c3f /.github
parent480a086ebe8f87fcc496ab8be81a9ee188149237 (diff)
downloadvoid-packages-0763ffbad8a4f83c6ddb3b8613157c200f660956.tar
void-packages-0763ffbad8a4f83c6ddb3b8613157c200f660956.tar.gz
void-packages-0763ffbad8a4f83c6ddb3b8613157c200f660956.tar.bz2
void-packages-0763ffbad8a4f83c6ddb3b8613157c200f660956.tar.lz
void-packages-0763ffbad8a4f83c6ddb3b8613157c200f660956.tar.xz
void-packages-0763ffbad8a4f83c6ddb3b8613157c200f660956.tar.zst
void-packages-0763ffbad8a4f83c6ddb3b8613157c200f660956.zip
.github/workflows/build.yaml: switch to ubuntu-latest
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 177944e1c03..c36ff666d4c 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -14,7 +14,7 @@ jobs:
# Lint changed templates.
xlint:
name: Lint templates
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
env:
PATH: '/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin'
@@ -34,7 +34,7 @@ jobs:
# Build changed packages.
build:
name: Build packages
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
if: "!contains(github.event.pull_request.title, '[ci skip]') && !contains(github.event.pull_request.body, '[ci skip]')"
container: