Skip to content

Commit 6c27d4a

Browse files
authored
Tests updated
1 parent 67fc752 commit 6c27d4a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GitHub Actions CI
1+
name: Build and tests
22

33
on:
44
push:
@@ -13,7 +13,7 @@ jobs:
1313
name: Make
1414
strategy:
1515
matrix:
16-
machine: [ubuntu-latest, macOS-12]
16+
machine: [ubuntu-latest, macOS-13]
1717
runs-on: ['${{ matrix.machine }}']
1818

1919
env:
@@ -52,7 +52,7 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
tree: [sl, upgma]
55-
machine: [ubuntu-latest, macOS-12]
55+
machine: [ubuntu-latest, macOS-13]
5656

5757
runs-on: ['${{ matrix.machine }}']
5858

@@ -93,7 +93,7 @@ jobs:
9393
fail-fast: false
9494
matrix:
9595
tree: [sl, upgma, nj]
96-
machine: [ubuntu-latest, macOS-12]
96+
machine: [ubuntu-latest, macOS-13]
9797

9898
runs-on: ['${{ matrix.machine }}']
9999

@@ -138,7 +138,7 @@ jobs:
138138
strategy:
139139
fail-fast: false
140140
matrix:
141-
machine: [ubuntu-latest, macOS-12]
141+
machine: [ubuntu-latest, macOS-13]
142142

143143
runs-on: ['${{ matrix.machine }}']
144144

.github/workflows/self-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ jobs:
405405
strategy:
406406
fail-fast: false
407407
matrix:
408-
machine: [xeon, x64_linux, arm64_linux, x64_mac, arm64_mac]
408+
machine: [x64_linux, arm64_linux, x64_mac, arm64_mac]
409409
compiler: [g++]
410410
tree: [sl]
411411
include:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![GitHub downloads](https://img.shields.io/github/downloads/refresh-bio/famsa/total.svg?style=flag&label=GitHub%20downloads)](https://github.com/refresh-bio/FAMSA/releases)
44
[![Bioconda downloads](https://img.shields.io/conda/dn/bioconda/famsa.svg?style=flag&label=Bioconda%20downloads)](https://anaconda.org/bioconda/famsa)
55
[![Biocontainer downloads](https://img.shields.io/endpoint?url=https%3A%2F%2Fmmseqs.com%2Fbiocontainer.php%3Fcontainer%3Dfamsa)](https://biocontainers.pro/tools/famsa)
6-
[![GitHub Actions CI](../../workflows/GitHub%20Actions%20CI/badge.svg)](../../actions/workflows/main.yml)
6+
[![Build and tests](../../workflows/GitHub%20Actions%20CI/badge.svg)](../../actions/workflows/main.yml)
77
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Join the chat at https://gitter.im/refresh-bio/FAMSA](https://badges.gitter.im/refresh-bio/FAMSA.svg)](https://gitter.im/refresh-bio/FAMSA?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88

99
![x86-64](https://img.shields.io/static/v1?label=%E2%80%8B&message=x86-64&color=yellow&logo=PCGamingWiki&logoColor=white)

0 commit comments

Comments
 (0)