Skip to content

Commit

Permalink
Merge pull request #39 from ios-osushi/run-on-macos-15
Browse files Browse the repository at this point in the history
Ubuntu 24.04 から macOS 15 に更新
  • Loading branch information
treastrain authored Sep 28, 2024
2 parents 3671de4 + b99de42 commit f71f8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build & Test
runs-on: ubuntu-24.04
runs-on: macos-15

steps:
- name: Show Swift Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
scheduled-run:
name: Scheduled Run
runs-on: ubuntu-24.04
runs-on: macos-15

steps:
- name: Show Swift version
Expand Down

0 comments on commit f71f8dc

Please sign in to comment.