Skip to content

Commit

Permalink
Merge pull request #1167 from avast/fix-macos-workflow
Browse files Browse the repository at this point in the history
MacOS workflow fix - Use new version of python and ubuntu that is not deprecated
  • Loading branch information
HoundThe committed Jul 18, 2023
2 parents 6238eca + 833d2a5 commit ac20bb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macOS/install-deps.sh
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/retdec-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ac20bb0

Please sign in to comment.