From db06ebd3604bb2debcae50fd3ea541066042d347 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 2 Dec 2024 10:23:00 +0000 Subject: [PATCH] Use macOS15 and artifact-upload v4 for CI builds --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d92d0a..2d17b9a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: macos-12 + runs-on: macos-15 # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -40,7 +40,7 @@ jobs: dune build mv _build/default/src/bnfgen_cli.exe bnfgen - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: bnfgen path: bnfgen