diff --git a/.github/workflows/newt_test_all.yml b/.github/workflows/newt_test_all.yml index 655bbce988..be39238fa6 100644 --- a/.github/workflows/newt_test_all.yml +++ b/.github/workflows/newt_test_all.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-13] + os: [ubuntu-latest, macos-15-intel] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 @@ -40,7 +40,7 @@ jobs: sudo apt-get update sudo apt-get install -y gcc-multilib - name: Install GNU sed - if: matrix.os == 'macos-13' + if: matrix.os == 'macos-15-intel' run: | brew install gnu-sed echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH @@ -60,6 +60,7 @@ jobs: newt upgrade --shallow=1 cd .. - name: newt test all + shell: bash run: | cd build - newt test all + sudo `which newt` test all