Skip to content

Commit

Permalink
Maybe macos-12?
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiou87 committed Aug 12, 2024
1 parent 64e1476 commit f36f9cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, windows-2019, ubuntu-20.04]
os: [macos-12, windows-2019, ubuntu-20.04]
arch: [x86, x64]
include:
- os: macos-14
- os: macos-12
friendlyName: macOS
targetPlatform: macOS
- os: macos-14
- os: macos-12
friendlyName: macOS
targetPlatform: macOS
arch: arm64
Expand All @@ -50,7 +50,7 @@ jobs:
targetPlatform: ubuntu
arch: arm
exclude:
- os: macos-14
- os: macos-12
arch: x86
timeout-minutes: 20
steps:
Expand Down

0 comments on commit f36f9cf

Please sign in to comment.