Skip to content

[workflow] Update runner to macOS 14 #2

[workflow] Update runner to macOS 14

[workflow] Update runner to macOS 14 #2

Workflow file for this run

name: Run Swift Package test
on:
push:
jobs:
test:
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: |
swift test