mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
39ca2a1026
Update the AppImage workflow to be based on ubuntu 20.04 in order to support the updated requirement of GitHub actions to run on node 20. Signed-off-by: Michael Keller <github@ike.ch>
19 lines
318 B
YAML
19 lines
318 B
YAML
name: Ubuntu 24.04 / Qt 5
|
|
|
|
on:
|
|
push:
|
|
paths-ignore:
|
|
- scripts/docker/**
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
paths-ignore:
|
|
- scripts/docker/**
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
do-build-test:
|
|
uses: ./.github/workflows/linux-debian-generic.yml
|
|
with:
|
|
container-image: ubuntu:24.04
|