We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0069e0f commit f41beb6Copy full SHA for f41beb6
.github/workflows/test-ignition81.yml
@@ -4,13 +4,13 @@ on:
4
branches:
5
- coatl
6
paths:
7
- - Formula/ignition@8.3.rb
+ - Formula/ignition@8.1.rb
8
jobs:
9
test-bot:
10
if: github.repository == 'coatl-dev/homebrew-coatl-dev'
11
strategy:
12
matrix:
13
- os: [macos-latest, ubuntu-latest]
+ os: [macos-13, ubuntu-latest]
14
fail-fast: false
15
runs-on: ${{ matrix.os }}
16
steps:
.github/workflows/test-ignition83.yml
- - Formula/ignition@8.1.rb
+ - Formula/ignition@8.3.rb
- os: [macos-13, ubuntu-latest]
+ os: [macos-latest, ubuntu-latest]
0 commit comments