Skip to content

Commit

Permalink
ci: migrate ubuntu-latest to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Dec 4, 2024
1 parent 335f9fc commit 4d81b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -21,7 +21,7 @@ jobs:
docs:
name: update tool and metric markdown docs
needs: test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: github.event_name == 'pull_request'
steps:
- name: Checkout
Expand Down

0 comments on commit 4d81b1e

Please sign in to comment.