Skip to content

Commit

Permalink
use macos-14 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ibokuri committed Mar 3, 2024
1 parent 1c4692c commit 4824121
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,21 @@ on:

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

concurrency: ci-${{ github.ref }}

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: scdoc
version: 1.11.3
- name: Update Homebrew
run: |
brew update
- name: Install Packages
run: |
brew install scdoc
- name: Build
run: make build
Expand Down

0 comments on commit 4824121

Please sign in to comment.