Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword committed Apr 15, 2024
1 parent d5a1fe3 commit 47fa6a9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,14 @@ on:
jobs:
build:

runs-on: macos-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get swift version
run: swift --version
- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.8"
- name: Get swift version
run: swift --version
- name: Build
run: swift build -v
# - name: Run tests
Expand Down

0 comments on commit 47fa6a9

Please sign in to comment.