Skip to content

Commit

Permalink
Merge pull request #86 from scalacenter/usemacos-13
Browse files Browse the repository at this point in the history
chore: Fix CI on MacOs
  • Loading branch information
tgodzik authored Aug 6, 2024
2 parents aa69298 + cfa7f7e commit 1a18f6b
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 @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
java: [ '8', '17' ]
os: [ 'ubuntu-latest', 'macOS-latest' ]
os: [ 'ubuntu-latest', 'macOS-13' ]

steps:
- name: checkout the repo
Expand Down

0 comments on commit 1a18f6b

Please sign in to comment.