Skip to content

Commit

Permalink
Merge branch 'r1.11.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed Dec 21, 2024
2 parents dce5ca7 + dc78b62 commit 950034d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Removed

## [1.11.2 - 2024-12-20]

### Changed

- Update of German and Ukrainian translations
[#22](https://github.com/orontee/taranis/issues/22)

## [1.11.1 - 2024-12-6]

### Changed
Expand Down

0 comments on commit 950034d

Please sign in to comment.