Skip to content

Commit

Permalink
Update Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmVigneswaran committed Nov 14, 2024
1 parent 1caae79 commit 34459b9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: macos-14
runs-on: macos-15

steps:
- name: Checkout Repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: macos-14
runs-on: macos-15

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
python3 Distribution/dmg-builds/sparkle/generate_appcast_script.py "$BUNDLE_VERSION" "$BUNDLE_BUILD" "$EDSA"
git config user.email "actions@example.com"
git config user.email "actions@github.com"
git config user.name "GitHub Actions"
git add ./appcast.xml
git commit -m "appcast.xml Update $BUNDLE_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_github_non-appcast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: macos-14
runs-on: macos-15

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: macos-14
runs-on: macos-15

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: macos-14
runs-on: macos-15

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 34459b9

Please sign in to comment.