Skip to content

Commit

Permalink
Bump macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiou87 committed Aug 12, 2024
1 parent a67e792 commit 64e1476
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-11, windows-2019, ubuntu-20.04]
os: [macos-14, windows-2019, ubuntu-20.04]
arch: [x86, x64]
include:
- os: macos-11
- os: macos-14
friendlyName: macOS
targetPlatform: macOS
- os: macos-11
- os: macos-14
friendlyName: macOS
targetPlatform: macOS
arch: arm64
Expand All @@ -50,7 +50,7 @@ jobs:
targetPlatform: ubuntu
arch: arm
exclude:
- os: macos-11
- os: macos-14
arch: x86
timeout-minutes: 20
steps:
Expand Down

0 comments on commit 64e1476

Please sign in to comment.