Skip to content

Commit 0887247

Browse files
committed
chore: remove self hosted runner from action
1 parent 2e6c1c1 commit 0887247

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/codeql-analysis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
schedule:
1313
- cron: '0 0 * * *'
1414

15+
concurrency:
16+
group: scan-${{ github.ref }}
17+
cancel-in-progress: true
18+
1519
jobs:
1620
analyze:
1721
name: Analyze

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
RUBY_VER: 2.6
2121

2222
concurrency:
23-
group: ${{ github.ref }}
23+
group: ci/cd-${{ github.ref }}
2424
cancel-in-progress: true
2525

2626
jobs:
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
strategy:
3131
matrix:
32-
os: [ubuntu-latest, [self-hosted, macOS]]
32+
os: [ubuntu-latest, macos-latest]
3333
outputs:
3434
release: ${{ steps.check_version_bump.outputs.release_type != '' }}
3535

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cocoapods-embed-flutter
1+
# CocoaPods Embed Flutter
22

33
[![CI/CD](https://github.com/DartBuild/cocoapods-embed-flutter/actions/workflows/main.yml/badge.svg?branch=main&event=push)](https://github.com/DartBuild/cocoapods-embed-flutter/actions/workflows/main.yml)
44
[![Gem Version](https://badge.fury.io/rb/cocoapods-embed-flutter.svg)](http://badge.fury.io/rb/cocoapods-embed-flutter)

0 commit comments

Comments
 (0)