Skip to content

Commit

Permalink
github: update runner to macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Apr 1, 2024
1 parent a2a9451 commit f218aca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

env:
BUILD_XCODE_PATH: /Applications/Xcode_15.3.app
RUNNER_IMAGE: macos-13
RUNNER_IMAGE: macos-14

jobs:
configuration:
Expand Down Expand Up @@ -330,9 +330,7 @@ jobs:
LAUNCHER_PROFILE_DATA: ${{ vars.LAUNCHER_PROFILE_DATA }}
LAUNCHER_PROFILE_UUID: ${{ vars.LAUNCHER_PROFILE_UUID }}
- name: Install appdmg
run: |
python3 -m pip install setuptools
npm install -g appdmg
run: npm install -g appdmg
- name: Download Artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit f218aca

Please sign in to comment.