This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new c514238 Does macos work?
c514238 is described below
commit c514238532c664ea72cf754d6af80b0736ef70a9
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 16:38:09 2022 +0000
Does macos work?
---
.github/workflows/unittestagenda.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 93b5a56..de73762 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
- os: [ubuntu-20.04]
+ os: [macos-latest]
ruby: [2.7]
runs-on: ${{ matrix.os }}
steps: