Skip to content

Commit

Permalink
Replaced deprecated macOS-12 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Dec 13, 2024
1 parent 95871ae commit 15cbb72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rebol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
path: ./tree/rebol/Rebol/build/rebol3-*.gz

macos:
runs-on: macos-12
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/siskin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
path: ./siskin-linux*

macos:
runs-on: macos-12
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 15cbb72

Please sign in to comment.