Skip to content

Commit

Permalink
Update macOS and xcode versions on CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
khmMouna committed Jun 20, 2024
1 parent 9762964 commit a468b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: CI
on: [pull_request]

env:
DEVELOPER_DIR: /Applications/Xcode_15.1.app
DEVELOPER_DIR: /Applications/Xcode_15.4.app
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1

jobs:
ci:
runs-on: macOS-13
runs-on: macos-14-xlarge
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit a468b3a

Please sign in to comment.