Skip to content

Commit

Permalink
Fixup macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed May 9, 2024
1 parent c05e04f commit 4c5539d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]
fail-fast: false
steps:
- name: run on mac
if: matrix.os == 'macos-latest'
run: sudo xcode-select -s /Library/Developer/CommandLineTools
- name: run on linux
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install libarchive-tools
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-14, macos-13, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false

steps:
- name: run on mac
if: matrix.os == 'macos-14'
run: |
sudo xcode-select -s "/Applications/Xcode_15.4.app"
echo "==> Build environment"
xcode-select -p
xcrun --show-sdk-version
if: matrix.os == 'macos-latest'
run: sudo xcode-select -s /Library/Developer/CommandLineTools
- name: Setup DBUS environment
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit 4c5539d

Please sign in to comment.