Skip to content

Commit

Permalink
[actions] use macos-14 for building apples (KT66944)
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Jul 4, 2024
1 parent 61507e3 commit b2db9e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ on:

jobs:
linux-build:
name: build on linux
runs-on: ubuntu-22.04
name: build on macos-14
runs-on: macos-14
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: apt update
run: |
sudo apt-get update
- name: set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
# FIXME: we should probably publish compose-audio-controls-midi API too
- name: deploy to GitHub Pages
if: ${{ success() && startsWith(github.ref, 'refs/tags/') }}
uses: JamesIves/github-pages-deploy-action@4.1.2
uses: JamesIves/github-pages-deploy-action@4
with:
branch: gh-pages
folder: compose-audio-controls/build/dokka/html

0 comments on commit b2db9e5

Please sign in to comment.