Skip to content

Commit

Permalink
updated actions to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi committed Oct 15, 2024
1 parent 63bea11 commit 6070860
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- os: macos-14
runs-on: ${{ matrix.config.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install
run: |
source macports-ci install
Expand All @@ -44,7 +44,7 @@ jobs:
- os: macos-14
runs-on: ${{ matrix.config.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install
run: |
source macports-ci install --prefix="$HOME/opt"
Expand All @@ -65,8 +65,8 @@ jobs:
- os: macos-14
runs-on: ${{ matrix.config.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.macports-ci-ccache
key: ccache-${{ runner.os }}-${{ matrix.configuration }}-${{ github.sha }}
Expand Down

0 comments on commit 6070860

Please sign in to comment.