Skip to content

Commit

Permalink
ci: use ubuntugis-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed Jan 23, 2025
1 parent e3eafa7 commit 76feb94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -35,7 +35,8 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ubuntugis/ppa
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt update
sudo apt-get install geos
- name: Install the project
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
docs:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

environment:
name: github-pages
Expand Down Expand Up @@ -50,7 +50,8 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ubuntugis/ppa
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt update
sudo apt-get install geos
- name: Install the project
Expand Down

0 comments on commit 76feb94

Please sign in to comment.