Skip to content

Commit

Permalink
Force runner image update to 24.04 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
s01ipsist authored Dec 10, 2024
1 parent 1094501 commit 46495e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/process-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
process-data:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup-koordinates-exports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "30 19 * * 1" # Run weekly at 19:30 on Monday
jobs:
init-data-export:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 46495e8

Please sign in to comment.