diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index f6c0fe73..4ec7eeb3 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -38,7 +38,7 @@ jobs: run: sudo apt-get install --no-install-recommends valgrind autoconf-archive - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run autoreconf run: autoreconf -i @@ -84,10 +84,10 @@ jobs: run: test -z "$(git status --porcelain=v1)" macOS: name: macOS - runs-on: macOS-11 + runs-on: macOS-12 steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install software run: brew install automake - name: Run autoreconf