Skip to content

Commit

Permalink
ci(arm64): use obsd 7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 24, 2024
1 parent 0047b36 commit e6905d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arm64-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: arm64 auto

on:
push:
branches: develop-
branches: develop

jobs:
test: # make sure the action works on a clean machine without building
Expand All @@ -14,7 +14,7 @@ jobs:
os:
- name: openbsd
architecture: arm64
version: '7.4'
version: '7.5'
host: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit e6905d7

Please sign in to comment.