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 6fc4c06 commit e605989
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 Down Expand Up @@ -38,7 +38,7 @@ jobs:
if: github.repository == 'fulcrumgenomics/sopt' && github.ref == 'refs/heads/main'

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

0 comments on commit e605989

Please sign in to comment.