Skip to content

Commit

Permalink
Mac OS 12 is deprecated on Github; bump cross-platform-actions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Dec 20, 2024
1 parent 110db6a commit 04948ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
name: dist-for-freebsd-install
- name: Install on FreeBSD
uses: cross-platform-actions/action@v0.25.0
uses: cross-platform-actions/action@v0.26.0
with:
operating_system: freebsd
version: 13.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: ['macos-13', 'macos-14', 'macos-12']
runs-on: ['macos-13', 'macos-14', 'macos-15']
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
name: dist-for-openbsd-install
- name: Install on OpenBSD
uses: cross-platform-actions/action@v0.25.0
uses: cross-platform-actions/action@v0.26.0
with:
operating_system: openbsd
version: 7.4
Expand Down

0 comments on commit 04948ef

Please sign in to comment.