Skip to content

Commit c9a91de

Browse files
committed
Update GitHub Actions workflow to use macos-latest
This commit changes the `runs-on` property in the `.github/workflows/web.yml` file from `ubuntu-latest` to `macos-latest` for the build job.
1 parent 9afcd18 commit c9a91de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121

2222
jobs:
2323
build:
24-
runs-on: ubuntu-latest
24+
runs-on: macos-latest
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v4

0 commit comments

Comments
 (0)