Skip to content

Commit

Permalink
Merge pull request #99 from nextstrain/update-macos-runners
Browse files Browse the repository at this point in the history
Update macOS runners
  • Loading branch information
joverlee521 authored Nov 22, 2024
2 parents 45a83cb + c35e7b7 commit 0d1c067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
- macos-12
- macos-13

name: build and test (os=${{ matrix.os }})
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
os:
- ubuntu-20.04
- ubuntu-22.04
- macos-12
- macos-13
- macos-14
- macos-15

runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit 0d1c067

Please sign in to comment.