Skip to content

Commit

Permalink
v2.4.x: Update Alire version and use ubuntu-18.04 for building
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Sep 12, 2022
1 parent acf5aae commit a902720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-18.04

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions alire.toml
Original file line number Diff line number Diff line change
@@ -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 <mgrojo@gmail.com>"]
Expand All @@ -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"

0 comments on commit a902720

Please sign in to comment.