Skip to content

Commit

Permalink
fix github actions and update images to 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
  • Loading branch information
ghishadow committed Jun 16, 2024
1 parent cdc81ec commit e404d62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devskim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
lint:
name: DevSkim
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Mold
uses: rui314/setup-mold@v1
with:
mold-version: 1.4.1
mold-version: 2.32.0
make-default: false

- uses: dtolnay/rust-toolchain@v1
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Setup Mold
uses: rui314/setup-mold@v1
with:
mold-version: 1.4.1
mold-version: 2.32.0
make-default: false

- uses: dtolnay/rust-toolchain@v1
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Setup Mold
uses: rui314/setup-mold@v1
with:
mold-version: 1.4.1
mold-version: 2.32.0
make-default: false

- uses: dtolnay/rust-toolchain@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- os: windows-latest
target: x86_64-pc-windows-msvc
# - os: windows-latest
# target: aarch64-pc-windows-msvc
- os: windows-latest
target: aarch64-pc-windows-msvc
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Setup Mold
uses: rui314/setup-mold@v1
with:
mold-version: 1.4.1
mold-version: 2.32.0
make-default: false

- name: Build binary
Expand Down

0 comments on commit e404d62

Please sign in to comment.