Skip to content

Commit

Permalink
Fix macos GHA runner to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Dec 6, 2024
1 parent 4bedbdc commit dc6b902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snakemake-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-13, ubuntu-latest]
include:
- os: macos-latest
- os: macos-13
rversion: '4.4'
- os: ubuntu-latest
rversion: '4.4'
Expand Down

0 comments on commit dc6b902

Please sign in to comment.