Skip to content

Commit

Permalink
Merge pull request #86 from bgilbert/macos
Browse files Browse the repository at this point in the history
workflows: switch from `macos-14` to `macos-latest`
  • Loading branch information
bgilbert authored May 20, 2024
2 parents d0183da + 33e41ae commit d797aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
dist-base: ${{ steps.dist.outputs.dist-base }}
strategy:
matrix:
os: [ubuntu-latest, macos-14, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: ubuntu-latest
dist: dist
Expand All @@ -40,7 +40,7 @@ jobs:
sudo add-apt-repository "ppa:openslide/openslide"
sudo apt-get install libopenslide1
- name: Install dependencies (macOS)
if: matrix.os == 'macos-14'
if: matrix.os == 'macos-latest'
run: |
brew update
brew install openslide
Expand Down

0 comments on commit d797aae

Please sign in to comment.