Skip to content

Commit

Permalink
macosのバージョンを12に修正
Browse files Browse the repository at this point in the history
actionlintが非サポートのバージョン番号を許可してて泣いちゃう
  • Loading branch information
momeemt committed Jul 14, 2023
1 parent 2e68147 commit 136e12d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
shellcheck:
strategy:
matrix:
os: [ubuntu-22.04, macos-12.0]
os: [ubuntu-22.04, macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -15,7 +15,7 @@ jobs:
sync-dry-run:
strategy:
matrix:
os: [ubuntu-22.04, macos-12.0]
os: [ubuntu-22.04, macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
nixpkgs-fmt:
strategy:
matrix:
os: [ubuntu-22.04, macos-12.0]
os: [ubuntu-22.04, macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -40,7 +40,7 @@ jobs:
dhall-lint:
strategy:
matrix:
os: [ubuntu-22.04, macos-12.0]
os: [ubuntu-22.04, macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -53,7 +53,7 @@ jobs:
dhall-format:
strategy:
matrix:
os: [ubuntu-22.04, macos-12.0]
os: [ubuntu-22.04, macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -66,7 +66,7 @@ jobs:
actionlint:
strategy:
matrix:
os: [ubuntu-22.04, macos-12.0]
os: [ubuntu-22.04, macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 136e12d

Please sign in to comment.