Skip to content

Commit

Permalink
Use Apple silicon images on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Feb 5, 2024
1 parent f346f33 commit ee03f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-11, ubuntu-latest, windows-latest ]
os: [ macos-14, ubuntu-latest, windows-latest ]

steps:
- name: Checkout
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
path: '**/build/reports'

publish:
runs-on: macos-13
runs-on: macos-14
if: github.repository == 'square/okio' && github.ref == 'refs/heads/master'
needs: [jvm, all-platforms, emulator]

Expand Down

0 comments on commit ee03f0f

Please sign in to comment.