Skip to content

Commit

Permalink
Merge pull request #92 from SparebankenVest/at-bump-runners-image
Browse files Browse the repository at this point in the history
bump runner image to ubuntu 24.04
  • Loading branch information
andreasthuen authored Jan 15, 2025
2 parents 7ef3b17 + 11e42e4 commit 0ba433c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ on:
push:
branches:
- master
- v1.1.0
- v1.0.2
- v1.4.0

jobs:
build-deploy-docs:
runs-on: ubuntu-18.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@master

Expand Down

0 comments on commit 0ba433c

Please sign in to comment.