Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
huiping192 committed Jun 21, 2023
1 parent ef40fbc commit d4fd7e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ on:
- main

env:
DEVELOPER_DIR: /Applications/Xcode.app
DEVELOPER_DIR: /Applications/Xcode_14.3.app

jobs:
build:
runs-on: self-hosted
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
test:
runs-on: self-hosted
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Test
Expand Down

0 comments on commit d4fd7e3

Please sign in to comment.