Skip to content

Commit

Permalink
Use macos-latest runner instead of deprecated macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Dec 6, 2024
1 parent 46f475a commit 4bedbdc
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-12, ubuntu-latest]
os: [macos-latest, ubuntu-latest]
include:
- os: macos-12
- os: macos-latest
rversion: '4.4'
- os: ubuntu-latest
rversion: '4.4'
Expand Down

0 comments on commit 4bedbdc

Please sign in to comment.