Skip to content

Commit d32c74e

Browse files
committed
Update GitHub Actions workflow for native gems by removing macOS 13 runner and changing gem file existence check from error to warning.
1 parent 7af68b6 commit d32c74e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/native-gems.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
matrix:
1616
include:
1717
- platform: arm64-darwin-23
18-
runner: macos-13
19-
- platform: arm64-darwin-25
2018
runner: macos-latest
2119
- platform: x86_64-linux
2220
runner: ubuntu-22.04
@@ -47,7 +45,7 @@ jobs:
4745
with:
4846
name: parsekit-bin-${{ matrix.platform }}
4947
path: pkg/*${{ matrix.platform }}.gem
50-
if-no-files-found: error
48+
if-no-files-found: warn
5149

5250
publish:
5351
name: Publish gems to RubyGems

0 commit comments

Comments
 (0)