Skip to content

Commit

Permalink
Bump macos-11 actions to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed Jul 7, 2024
1 parent d2b7ec0 commit 8d1d24c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-testing-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: echo "Job's status is ${{ job.status }}."

Compilation-test-macos:
runs-on: macos-11
runs-on: macos-12
steps:
- name: Check out repository code, branch='${{ github.ref }}'
uses: actions/checkout@v2
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- run: echo "Job's status is ${{ job.status }}."

Unit-tests-macos:
runs-on: macos-11
runs-on: macos-12
steps:
- name: Check out repository code, branch='${{ github.ref }}'
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:


Build-install-macos:
runs-on: macos-11
runs-on: macos-12
steps:
- name: Check out repository code, branch='${{ github.ref }}'
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkg-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: sudo docker run --rm okynos/fim-builder:centos7 ${{ github.ref_name }}

Pkg-build-macos11:
runs-on: macos-11
runs-on: macos-12
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit 8d1d24c

Please sign in to comment.