Skip to content

Commit

Permalink
ci: replace macos-12 to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Nov 18, 2024
1 parent 2899703 commit 83a707c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-13
- macos-14
- windows-latest
- ubuntu-latest
Expand All @@ -150,9 +150,9 @@ jobs:
- release
- devel
exclude:
- os: macos-12
- os: macos-13
r: devel
- os: macos-12
- os: macos-13
r: oldrel-1
- os: macos-14
r: devel
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-13
- macos-14
- windows-latest
- ubuntu-latest
Expand All @@ -123,9 +123,9 @@ jobs:
- release
- devel
exclude:
- os: macos-12
- os: macos-13
r: devel
- os: macos-12
- os: macos-13
r: oldrel-1
- os: macos-14
r: devel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
config:
- { os: macos-12, r: "release" }
- { os: macos-13, r: "release" }
- { os: macos-14, r: "release" }
- { os: windows-latest, r: "release" }
- { os: ubuntu-latest, r: "release" }
Expand Down

0 comments on commit 83a707c

Please sign in to comment.