diff --git a/.github/workflows/macOS/install-deps.sh b/.github/workflows/macOS/install-deps.sh index 24df06980..9995d7855 100644 --- a/.github/workflows/macOS/install-deps.sh +++ b/.github/workflows/macOS/install-deps.sh @@ -1,4 +1,4 @@ #!/usr/bin/bash -brew install pkg-config autoconf automake libtool openssl python@3.7 -brew link --overwrite python@3.7 +brew install pkg-config autoconf automake libtool openssl python@3.10 +brew link --overwrite python@3.10 diff --git a/.github/workflows/retdec-ci.yml b/.github/workflows/retdec-ci.yml index b9da73166..ac673e059 100644 --- a/.github/workflows/retdec-ci.yml +++ b/.github/workflows/retdec-ci.yml @@ -110,7 +110,7 @@ jobs: docs-build: name: doxygen-build (Linux) - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: # Checkouts the correct commit/branch.