Skip to content

Commit f41beb6

Browse files
committed
ci: flip paths and runners
1 parent 0069e0f commit f41beb6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-ignition81.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
branches:
55
- coatl
66
paths:
7-
- Formula/ignition@8.3.rb
7+
- Formula/ignition@8.1.rb
88
jobs:
99
test-bot:
1010
if: github.repository == 'coatl-dev/homebrew-coatl-dev'
1111
strategy:
1212
matrix:
13-
os: [macos-latest, ubuntu-latest]
13+
os: [macos-13, ubuntu-latest]
1414
fail-fast: false
1515
runs-on: ${{ matrix.os }}
1616
steps:

.github/workflows/test-ignition83.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
branches:
55
- coatl
66
paths:
7-
- Formula/ignition@8.1.rb
7+
- Formula/ignition@8.3.rb
88
jobs:
99
test-bot:
1010
if: github.repository == 'coatl-dev/homebrew-coatl-dev'
1111
strategy:
1212
matrix:
13-
os: [macos-13, ubuntu-latest]
13+
os: [macos-latest, ubuntu-latest]
1414
fail-fast: false
1515
runs-on: ${{ matrix.os }}
1616
steps:

0 commit comments

Comments
 (0)