diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index 1f6294cba9..fd56ccf834 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -11,8 +11,8 @@ concurrency:
jobs:
Test-RAVEN-Linux:
- # runs-on: ubuntu-latest
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
+ # runs-on: ubuntu-22.04
steps:
- name: Setup Conda
uses: conda-incubator/setup-miniconda@v3
@@ -45,7 +45,7 @@ jobs:
- name: Test RAVEN
# if: always()
- continue-on-error: true # numba library cause autoarma failed for latest ubuntu
+ # continue-on-error: true # numba library cause autoarma failed for latest ubuntu
run: |
./run_tests --library-report
./run_tests -j4 --raven
@@ -57,6 +57,7 @@ jobs:
Test-RAVEN-macOS:
runs-on: macos-latest
+ # runs-on: macos-14
steps:
- name: Setup Conda
uses: conda-incubator/setup-miniconda@v3
@@ -89,6 +90,7 @@ jobs:
- name: Test RAVEN
# if: always()
+ continue-on-error: true
run: |
./run_tests --library-report
./run_tests -j4 --raven
diff --git a/dependencies.xml b/dependencies.xml
index 294dd1bcdd..dd052b25c5 100644
--- a/dependencies.xml
+++ b/dependencies.xml
@@ -72,7 +72,7 @@ Note all install methods after "main" take
2.22
-
+ 1.7
1.2
0.9
diff --git a/tests/framework/PostProcessors/TSACharacterizer/tests b/tests/framework/PostProcessors/TSACharacterizer/tests
index 51f68330e4..d178f6deda 100644
--- a/tests/framework/PostProcessors/TSACharacterizer/tests
+++ b/tests/framework/PostProcessors/TSACharacterizer/tests
@@ -6,7 +6,7 @@
type = OrderedCSV
output = 'Basic/chz.csv'
windows_gold = 'Basic/windowsChz.csv'
- mac_gold = 'Basic/macChz.csv'
+ #mac_gold = 'Basic/macChz.csv' # for macos M1-M3
rel_err = 1.5e-1 # limited by ARMA__signal_fa__constant
zero_threshold = 1e-12
[../]