Skip to content

Commit

Permalink
Configure GitHub Actions to run on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
dteare committed Feb 27, 2022
1 parent bcc1ae4 commit 961f034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -28,7 +28,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
runs-on: macos-latest
needs: build
steps:
- name: Download opbookmarks artifact
Expand Down

0 comments on commit 961f034

Please sign in to comment.