gnucash maint: Use macos-latest github runner for mac tests.

John Ralls jralls at code.gnucash.org
Thu Jul 28 14:50:26 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/1d5e9d4d (commit)
	from  https://github.com/Gnucash/gnucash/commit/b98cd009 (commit)



commit 1d5e9d4d97dec5c16733d09b67e96fb11ed566f3
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jul 28 11:49:51 2022 -0700

    Use macos-latest github runner for mac tests.

diff --git a/.github/workflows/mac-tests.yaml b/.github/workflows/mac-tests.yaml
index e77621e94..b61e25229 100644
--- a/.github/workflows/mac-tests.yaml
+++ b/.github/workflows/mac-tests.yaml
@@ -3,7 +3,7 @@ on: [push, pull_request]
 permissions: {}
 jobs:
   ci_tests_mac:
-    runs-on: macos-10.15
+    runs-on: macos-latest
     name: macOS CI Tests
     env:
       TZ: America/Los_Angeles



Summary of changes:
 .github/workflows/mac-tests.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list