diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a43b943..03af41b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ on: jobs: publish: - runs-on: macos-13 + runs-on: macos-14 steps: - name: Checkout repo uses: actions/checkout@v4 @@ -30,7 +30,7 @@ jobs: bundler-cache: true - name: Netrc maven.pkg.github.com - uses: extractions/netrc@v1 + uses: extractions/netrc@v2 with: machine: maven.pkg.github.com username: cirunner diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b90f07..7f3ecbc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: macos-13 + runs-on: macos-14 steps: - name: Checkout repo uses: actions/checkout@v4 @@ -20,7 +20,7 @@ jobs: bundler-cache: true - name: Netrc api.github.com - uses: extractions/netrc@v1 + uses: extractions/netrc@v2 with: machine: maven.pkg.github.com username: cirunner