Skip to content

Commit

Permalink
ci(GitHub): use 'macos-latest' runner instead of 'ubuntu-latest'
Browse files Browse the repository at this point in the history
Signed-off-by: Artyom Shendrik <[email protected]>
  • Loading branch information
amal committed Nov 17, 2023
1 parent 1582d6b commit 4decb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
buildAndCheck:
name: 'Build and check'
timeout-minutes: 25
runs-on: 'ubuntu-latest'
runs-on: 'macos-latest'
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
permissions: # The Dependency Submission API requires write permission
contents: write
Expand Down

0 comments on commit 4decb9d

Please sign in to comment.