Skip to content

Commit

Permalink
Change VM for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mczachurski committed May 10, 2020
1 parent 07f70de commit bff4409
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ on: push
jobs:
build:

runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@master
- uses: YOCKOW/Action-setup-swift@master
with:
swift-version: '5.2'
- name: Build
run: swift build

0 comments on commit bff4409

Please sign in to comment.