Skip to content

Commit

Permalink
github: bump runners from Ubuntu 22.04 to Ubuntu 24.04
Browse files Browse the repository at this point in the history
Bump the GitHub runners from Ubuntu 22.04 to Ubuntu 24.04.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
  • Loading branch information
henrikbrixandersen committed Jan 10, 2025
1 parent 18b0483 commit 0029332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13, macos-14, windows-2022]
os: [ubuntu-24.04, macos-13, macos-14, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
path: doc/build/html

deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
if: github.event_name != 'pull_request'
permissions:
Expand Down

0 comments on commit 0029332

Please sign in to comment.