From a9027205ab1f11054f647767404a67bb95fe4169 Mon Sep 17 00:00:00 2001 From: mgr Date: Tue, 13 Sep 2022 00:03:29 +0200 Subject: [PATCH] v2.4.x: Update Alire version and use ubuntu-18.04 for building --- .github/workflows/ada.yml | 2 +- alire.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ada.yml b/.github/workflows/ada.yml index 551a22c..f23595e 100644 --- a/.github/workflows/ada.yml +++ b/.github/workflows/ada.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - name: Checkout diff --git a/alire.toml b/alire.toml index 38a7337..8b4e0d9 100644 --- a/alire.toml +++ b/alire.toml @@ -1,6 +1,6 @@ name = "asfml" description = "ASFML is an Ada binding to SFML, the Simple and Fast Multimedia Library" -version = "2.5.3" +version = "2.4.1" authors = ["Manuel Gomez", "Dan Lee Vazquez Garcia"] maintainers = ["Manuel Gomez "] @@ -11,4 +11,4 @@ website = "https://mgrojo.github.io/ASFML/" tags = ["audio", "games", "opengl", "cross-platform", "multimedia", "binding", "graphics", "sfml"] [[depends-on]] -libcsfml = "^2.5" +libcsfml = "^2.4"