Skip to content

Commit d107376

Browse files
authored
Update macOS CI to use macos-15-intel
1 parent 6ee6279 commit d107376

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/macos-CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build-macos:
1111
strategy:
1212
matrix:
13-
os: [macos-latest, macos-13] # test on arm64 and x64
13+
os: [macos-latest, macos-15-intel] # test on arm64 and x64
1414
runs-on: ${{ matrix.os }}
1515

1616
steps:
@@ -29,4 +29,4 @@ jobs:
2929
./bin/abpoa ./test_data/seq.fa -a1
3030
./bin/abpoa ./test_data/seq.fa -r5 -a1
3131
./bin/abpoa ./test_data/heter.fq -d2 -Q
32-
./bin/abpoa ./test_data/heter.fq -d2 -r2 -Q -a1
32+
./bin/abpoa ./test_data/heter.fq -d2 -r2 -Q -a1

0 commit comments

Comments
 (0)