Skip to content

Commit

Permalink
Add macOS 14 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Feb 1, 2024
1 parent 30c0f23 commit 2f2edfe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: ${{ inputs.with_public_api_check && !(github.event.pull_request.draft || false) && github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
container: swift:jammy
timeout-minutes: 60
timeout-minutes: 20
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
if: ${{ inputs.with_coverage && !(github.event.pull_request.draft || false) }}
runs-on: ubuntu-latest
container: swift:jammy
timeout-minutes: 60
timeout-minutes: 30
steps:
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -111,7 +111,7 @@ jobs:
container:
image: swift:5.9-jammy
permissions: { actions: write, contents: read, security-events: write }
timeout-minutes: 60
timeout-minutes: 30
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -167,11 +167,11 @@ jobs:
strategy:
fail-fast: false
matrix:
macos-version:
- macos-13
xcode-version:
- '~14.3'
- 'latest'
include:
- macos-version: macos-13
xcode-version: '~14.3'
- macos-version: macos-14
xcode-version: latest
runs-on: ${{ matrix.macos-version }}
timeout-minutes: 60
steps:
Expand Down

0 comments on commit 2f2edfe

Please sign in to comment.