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 7dfd23c1 Try previous macos
7dfd23c1 is described below
commit 7dfd23c1084c6b798cc81fe11758561dd4e98dfc
Author: Sebb <[email protected]>
AuthorDate: Sun Aug 25 23:16:29 2024 +0100
Try previous macos
---
.github/workflows/unittestlib.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/unittestlib.yml
b/.github/workflows/unittestlib.yml
index 7b73327f..a53c67a7 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [macos-latest, ubuntu-20.04, ubuntu-22.04]
+ os: [macos-13, ubuntu-20.04, ubuntu-22.04]
ruby: [2.7, 3.1]
# 2.7 not supported on 22.04
exclude: