Skip to content

Commit 126a8b7

Browse files
committed
Cleanup github actions for macOS tests.
1 parent 831320a commit 126a8b7

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: macOS
1+
name: macOS-catalina
22

33
on: [push]
44

55
jobs:
66
build:
77

8-
runs-on: macos-latest
8+
runs-on: macos-10.15
99

1010
steps:
1111
- uses: actions/checkout@v1

README.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ Cadabra
1313
.. image:: https://github.com/kpeeters/cadabra2/workflows/Linux/badge.svg
1414
:target: https://github.com/kpeeters/cadabra2/actions?query=workflow%3ALinux
1515

16-
.. image:: https://github.com/kpeeters/cadabra2/workflows/macOS/badge.svg
17-
:target: https://github.com/kpeeters/cadabra2/actions?query=workflow%3AmacOS
16+
.. image:: https://github.com/kpeeters/cadabra2/workflows/macOS-catalina/badge.svg
17+
:target: https://github.com/kpeeters/cadabra2/actions?query=workflow%3AmacOS-catalina
1818

19-
.. image:: https://github.com/kpeeters/cadabra2/workflows/monterey/badge.svg
20-
:target: https://github.com/kpeeters/cadabra2/actions?query=workflow%3Amonterey
19+
.. image:: https://github.com/kpeeters/cadabra2/workflows/macOS-bigsur/badge.svg
20+
:target: https://github.com/kpeeters/cadabra2/actions?query=workflow%3AmacOS-bigsur
21+
22+
.. image:: https://github.com/kpeeters/cadabra2/workflows/macOS-monterey/badge.svg
23+
:target: https://github.com/kpeeters/cadabra2/actions?query=workflow%3AmacOS-monterey
2124

2225
*A field-theory motivated approach to computer algebra.*
2326

web2/cadabra2/source/static/styles/cadabra-web.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,15 @@ div#main div.faq_item input[name="collapse"]:checked ~ h3 {
580580
margin-bottom: 5px !important;
581581
transition: max-height 0.5s;
582582
}
583-
583+
div.github-link {
584+
width: 32px;
585+
height: 32px;
586+
margin-left: 10px;
587+
margin-top: 10px;
588+
}
589+
div.github-link a img {
590+
width: 100%;
591+
}
584592

585593
/* Small screens */
586594

0 commit comments

Comments
 (0)