Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hengyu committed Dec 20, 2023
1 parent b7ed11e commit 681b827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
main:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: swift-actions/setup-swift@v1.22.0
- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.7.0"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: .build
Expand Down

0 comments on commit 681b827

Please sign in to comment.