Skip to content

Commit

Permalink
Bump macos runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Jul 23, 2024
1 parent 3d1663f commit e8e59eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push

jobs:
ios-sdk:
runs-on: macos-11.0
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:

jobs:
osx-sdk:
runs-on: macos-11.0
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
path: install/x64
retention-days: 1
osx-testing:
runs-on: macos-11.0
runs-on: macos-13
if: "!contains(github.event.commits[0].message, '[skip-test]')"
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
python tests/run_tools_check.py ${LIEF_BUILD_DIR}/
ctest --output-on-failure --test-dir ${LIEF_BUILD_DIR}/
wheels:
runs-on: macos-11.0
runs-on: macos-13
needs: osx-sdk
strategy:
matrix:
Expand Down

0 comments on commit e8e59eb

Please sign in to comment.