Skip to content

Commit

Permalink
ci: update GitHub actions (#111)
Browse files Browse the repository at this point in the history
- Now macos-latest is moved to macos-14.
- Bump actions to the latest, the old ones based on Node 16 are deprecated.
  • Loading branch information
Goooler authored Jun 23, 2024
1 parent 48ef3a0 commit 67df55d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
jobs:
build:
name: Build ipa
runs-on: macos-14
runs-on: macos-latest

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Upload latest artifact
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: main-unsigned.ipa
path: BilbiliAtvDemo.ipa
Expand Down

0 comments on commit 67df55d

Please # to comment.