This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch unit-test
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/unit-test by this push:
new d01b70f2 Try an earlier macOS
d01b70f2 is described below
commit d01b70f2f0d7998a953a78a01ddfd32e8e9b61c1
Author: Sebb <[email protected]>
AuthorDate: Mon May 27 15:45:22 2024 +0100
Try an earlier macOS
---
.github/workflows/unittestagenda.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 63c42b01..d3751005 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
- os: [ubuntu-20.04, macos-latest]
+ os: [ubuntu-20.04, macos-13]
ruby: [2.7]
# os: [ubuntu-20.04, ubuntu-22.04]
# ruby: [2.7, 3.1]
@@ -32,7 +32,7 @@ jobs:
sudo apt-get install libldap2-dev
sudo apt-get install libsasl2-dev
sudo apt-get install libyaml-dev # seems to be needed for installing
ruby since psych 5.0.0 release
- if: matrix.os != 'macos-latest'
+ if: runner.os != 'macOS'
- uses: actions/setup-node@v3
with:
node-version: 'v21.4.0' # works on macOS