9 Commits

Author SHA1 Message Date
Ingo Karkat
26a82c3c2f Build: ENH: Enable manual workflow run
Helpful for testing.
2024-09-21 12:39:22 +02:00
Ingo Karkat
75dc8cdaed Bump: checkout action to v4
To silence this warning:
> The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2
2024-09-21 12:39:22 +02:00
Ingo Karkat
a6d69811d4 Bump: Build platforms to latest available: Ubuntu 24.04, MacOS 14
MacOS 11 is unsupported and the builds are just hanging due to the missing image.
2024-09-21 12:38:47 +02:00
Ingo Karkat
aa38153586 Housekeeping: Remove obsolete build platforms
GitHub runners for Ubuntu 18.04 and MacOS 10.15 are not available any longer.
2023-06-30 16:59:44 +02:00
Ali Karbassi
ea32af34e6 Updated GitHub Actions Environments (#372)
Rather than `*-latest`, I'm specifying specific environments.
2021-12-02 15:49:42 -06:00
Ali Karbassi
e4103a8e23 Add Ubuntu 18 to tests (#351) 2021-08-03 17:53:35 -05:00
Ali Karbassi
34d31ef45a Fix macOS 10.15 date test (#299)
- In macOS 10.15, the `date` command adds a "-R" flag. This can be seen in the default error display. Since the flags have changed, the grep command to find which version of macOS date binary we have. Because of this change, we need to do our own check for macOS 10.15.

- Remove windows from the github actions as this tool is not for Windows, currently.
2020-03-27 21:32:29 -05:00
Ali Karbassi
8901db8bdd Add multiple environments (#298) 2020-03-27 20:13:02 -05:00
Ali Karbassi
c9540122e6 Create GitHub action to run tests (#296)
* Create GitHub Action
* Remove travis yml to move to github actions.
* Update CI badge in README
2020-03-27 19:44:45 -05:00