Skip to content

Commit

Permalink
Change macos runner type for x86 macs
Browse files Browse the repository at this point in the history
  • Loading branch information
tjake committed Jun 23, 2024
1 parent 13cc8c3 commit 9491871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
jdk: [ 21 ]
os: [ ubuntu-latest, windows-latest, macos-latest, macos-14 ]
os: [ ubuntu-latest, windows-latest, macos-latest, macos-13 ]
fail-fast: true
max-parallel: 1
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
jdk: [ 21 ]
os: [ ubuntu-latest, windows-latest, macos-latest, macos-14 ]
os: [ ubuntu-latest, windows-latest, macos-latest, macos-13 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9491871

Please sign in to comment.