Skip to content

Commit

Permalink
CI: Fix osx job
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Feb 14, 2024
1 parent 89be0e5 commit b42b074
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 @@ -7,8 +7,8 @@ on:
branches:
- master
jobs:
osx_10_15:
runs-on: macos-10.15
osx:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
Expand Down

0 comments on commit b42b074

Please sign in to comment.