Skip to content

Commit

Permalink
GitHub Actions: update oldest tested Ubuntu verison to 22.04 followin…
Browse files Browse the repository at this point in the history
…g the deprecation of 20.04

See also:
* actions/runner-images#11101

Signed-off-by: Christoph Obexer <[email protected]>
  • Loading branch information
cobexer committed Feb 13, 2025
1 parent f2fc44d commit b5e4ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-latest
- macos-13
- macos-latest
Expand Down

0 comments on commit b5e4ed5

Please sign in to comment.