Skip to content

Commit

Permalink
ci: run on latest macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Dec 24, 2023
1 parent 1f53aa8 commit 3b2089a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
paths:
- Sources/**/*
- Package.*
- .github/*

# TODO previously would manually tag,
# tags:
Expand All @@ -19,9 +20,8 @@ permissions: read-all

jobs:
build:
# TODO need ventura macos version https://github.com/actions/runner-images/issues/6426 to fix weird test issue
# https://github.com/actions/runner-images/issues/6642
runs-on: macos-latest
# TODO switch to macos-latest once that represents > 13
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 3b2089a

Please sign in to comment.