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 88ef012
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
branches:
- master
jobs:
osx_10_15:
runs-on: macos-10.15
osx:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: bash tools/gha_osx.sh
windows-2019:
Expand All @@ -32,7 +32,7 @@ jobs:
if: ${{ github.event_name }} == 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install and Build 🔧
run: bash tools/gha_deploydocs.sh
- name: Upload to github pages 🚀
Expand Down

0 comments on commit 88ef012

Please sign in to comment.