Skip to content

Commit

Permalink
Updated macos workflow to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed Jan 15, 2025
1 parent 2f8b1ab commit ebba6d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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-12
runs-on: macos-latest
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-12
runs-on: macos-latest
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-12
runs-on: macos-latest
steps:
- name: Check out repository code, branch='${{ github.ref }}'
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkg-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: CentOS 7 - Package build
run: sudo docker run --rm okynos/fim-builder:centos7 ${{ github.ref_name }}

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

0 comments on commit ebba6d7

Please sign in to comment.