aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-03-11 07:55:23 +0900
committer坂本 貴史 <o-takashi@sakamocchi.jp>2022-03-11 08:04:59 +0900
commit8582730c2d86ade34711b7b5afa3614d09be3cf4 (patch)
treeb17ec89aa680aa23b0e60658e2e6259eda04040a
parentcc60ec60308de5b422635b586baa27d096bb85e2 (diff)
downloadlibhinawa-8582730c2d86ade34711b7b5afa3614d09be3cf4.tar.gz
update workflows for github actions with newer containers
The new dependency on gi-docgen obsoletes usage of gtk-doc, therefore it is better to rename option for meson configuration. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0099210..edba155 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
build_in_fedora_for_amd64_on_docker:
runs-on: ubuntu-latest
container:
- image: fedora:latest
+ image: fedora:rawhide
steps:
- name: Checkout repository.
uses: actions/checkout@v2
@@ -44,7 +44,7 @@ jobs:
sudo lxd init --auto
- name: Launch container
run: |
- sudo lxc launch ubuntu:20.04/amd64 builder
+ sudo lxc launch ubuntu-daily:22.04/amd64 builder
sudo lxc exec builder -- bash -c 'while [ "$(systemctl is-system-running 2>/dev/null)" != "running" ] && [ "$(systemctl is-system-running 2>/dev/null)" != "degraded" ]; do :; done'
- name: Prepare build environment.
run: |