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 3, 2024
1 parent fe28b1d commit 526e607
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
environment: github-actions
steps:
- name: Checkout
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
if: github.repository == 'fulcrumgenomics/fgbio' && github.ref == 'refs/heads/main'

needs: test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment: github-actions
env:
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
Expand Down

0 comments on commit 526e607

Please sign in to comment.