Skip to content

Commit

Permalink
ci: use ubuntu-24 for updated htslib
Browse files Browse the repository at this point in the history
1.13 doesn't correctly recognize bed indexes
<samtools/htslib#1350>
  • Loading branch information
jamespeapen committed Oct 18, 2024
1 parent e467973 commit bccf78c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
config:
- {os: macos-latest, r: 'release', htslib: 'htslib', install_cmd: 'brew install'}
# - {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'release', htslib: 'libhts-dev', install_cmd: 'sudo apt-get update && sudo apt-get install -y'}
- {os: ubuntu-24.04, r: 'release', htslib: 'libhts-dev', install_cmd: 'sudo apt-get update && sudo apt-get install -y'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
pkgdown:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
# Only restrict concurrency for non-PR jobs
concurrency:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: read-all

jobs:
test-coverage:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit bccf78c

Please sign in to comment.