Skip to content

Commit

Permalink
update action scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
humdrum committed Apr 12, 2024
1 parent d50593e commit 5a796fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
build:
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Generate API reference doc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build:
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Generate API reference doc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: macos-14
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit 5a796fa

Please sign in to comment.