We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee6279 commit d107376Copy full SHA for d107376
1 file changed
.github/workflows/macos-CI.yml
@@ -10,7 +10,7 @@ jobs:
10
build-macos:
11
strategy:
12
matrix:
13
- os: [macos-latest, macos-13] # test on arm64 and x64
+ os: [macos-latest, macos-15-intel] # test on arm64 and x64
14
runs-on: ${{ matrix.os }}
15
16
steps:
@@ -29,4 +29,4 @@ jobs:
29
./bin/abpoa ./test_data/seq.fa -a1
30
./bin/abpoa ./test_data/seq.fa -r5 -a1
31
./bin/abpoa ./test_data/heter.fq -d2 -Q
32
- ./bin/abpoa ./test_data/heter.fq -d2 -r2 -Q -a1
+ ./bin/abpoa ./test_data/heter.fq -d2 -r2 -Q -a1
0 commit comments