Skip to content

Commit

Permalink
update osx in github actions (10.5 deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar committed Jul 21, 2022
1 parent 13fd581 commit fd884d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
tag: ${{ github.event.inputs.tag }}

build-osx:
runs-on: macos-10.15
runs-on: macos-11
timeout-minutes: 30
env:
CCTOOLS_OUTPUT: ${{ format('cctools-{0}-x86_64-{1}.tar.gz', github.event.inputs.version, 'osx-10.15') }}
CCTOOLS_OUTPUT: ${{ format('cctools-{0}-x86_64-{1}.tar.gz', github.event.inputs.version, 'osx-11') }}
steps:
- name: checkout CCTools from branch head
if: github.event_name != 'workflow_dispatch'
Expand Down

0 comments on commit fd884d2

Please sign in to comment.