Skip to content

Commit

Permalink
Use macos-13 for x86 builds now macos-latest is arm
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvisser committed Aug 30, 2024
1 parent 25e61f1 commit 50fa184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macOS-latest, macos-14 ]
os: [ ubuntu-latest, macos-latest, macos-13 ]
runs-on: ${{ matrix.os }}
steps:
- name: 'Check out repository'
Expand Down

0 comments on commit 50fa184

Please sign in to comment.