Skip to content

Commit

Permalink
Fix ci check for macOS tools
Browse files Browse the repository at this point in the history
  • Loading branch information
iabudiab committed Feb 16, 2025
1 parent 10cb1a8 commit 84fc99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
${{ matrix.os }}-${{ matrix.swift }}-
- name: Install runtime for macOS
continue-on-error: true
if: matrix.os == 'macos-10.15'
if: matrix.os == 'macos-latest'
run: |
brew install docker-machine docker
sudo docker --version
Expand Down

0 comments on commit 84fc99a

Please sign in to comment.