Skip to content

Commit

Permalink
Using only Linux OS for CI for now. Mac image runners not functioning…
Browse files Browse the repository at this point in the history
… properly.
  • Loading branch information
alondhe committed Apr 26, 2024
1 parent 56b237f commit 2668ae9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/achilles.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: achilles profile (Linux and Mac)
name: achilles profile (Linux)
on: push
jobs:
achilles:
strategy:
matrix:
os: [ubuntu-22.04, macos-13]
os: [ubuntu-22.04]
httpType: [http]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: default profile (Linux and Mac)
name: default profile (Linux)
on: push
jobs:
default:
strategy:
matrix:
os: [ubuntu-22.04, macos-13]
os: [ubuntu-22.04]
httpType: [http, https]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perseus.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: perseus profile (Linux and Mac)
name: perseus profile (Linux)
on: push
jobs:
perseus:
strategy:
matrix:
os: [ubuntu-22.04, macos-13]
os: [ubuntu-22.04]
httpType: [http]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/solrvocab.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: solr-vocab-no-import profile (Linux and Mac)
name: solr-vocab-no-import profile (Linux)
on: push
jobs:
solrvocab:
strategy:
matrix:
os: [ubuntu-22.04, macos-13]
os: [ubuntu-22.04]
httpType: [http, https]
runs-on: ${{ matrix.os }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/webapi_auth.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: WebAPI Authentication (Linux and Mac)
name: WebAPI Authentication (Linux)
on: push
jobs:
openldap:
strategy:
matrix:
os: [ubuntu-22.04, macos-13]
os: [ubuntu-22.04]
httpType: [http]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
db:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-22.04]
httpType: [http]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 2668ae9

Please sign in to comment.