Skip to content

Commit

Permalink
Use macOS15 and artifact-upload v4 for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbaturin committed Dec 2, 2024
1 parent 2487b4b commit db06ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit db06ebd

Please sign in to comment.